#F252B8

Color #F252B8 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F252B8

Tints of Brilliant Rose #F252B8

Color information

#F252B8 (or 0xF252B8) is unknown color: approx Brilliant Rose. HEX triplet: F2, 52 and B8. RGB value is (242,82,184). Sum of RGB (Red+Green+Blue) = 242+82+184=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F252B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F252B8 is #0DAD47. Grayscale: #8D8D8D. Windows color (decimal): -896328 or 12079858. OLE color: 12079858.

HSL color Cylindrical-coordinate representation of color #F252B8: hue angle of 321.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F252B8 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB24282184-
CMYK00.660.240.05
HSL321.75º86.02%63.53%-
HSV(B)321.75º66.12%94.9%-
XYZ48.2928.3748.28-
YUV141.47152.01199.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 47.64%
GREEN value IS 82 (32.42% from 255) = 16.14%
BLUE value IS 184 (72.27% from 255) = 36.22%
R=47.64%
G=16.14%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428218400.660.240.05321.7586.0263.53
HexF252B80421851425640
Octal3621222700102305502126100
Binary11110010101001010111000010000101100010110100001010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F252B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F252B8; }

 p { color: rgb(242,82,184); }

 H1.HeaderClassName
 {
   color: #F252B8;
 }
 .AnyTagClassName
 {
   color: #F252B8;
 }
</style>
background-color css

<style>
 a { background-color: #F252B8; }

 a { background-color: rgb(242,82,184); }

 div.DivClassName
 {
   background-color: #F252B8;
 }
 .BgClassName
 {
   background-color: #F252B8;
 }
</style>
border-color css

<style>
 span { border-color: #F252B8; }

 span { border-color: rgb(242,82,184); }

 td.TdClassName
 {
   border-color: #F252B8;
 }
 .TagClassName
 {
   border-color: #F252B8;
 }
</style>