#f24fb7

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

Shades of Brilliant Rose #F24FB7

Tints of Brilliant Rose #F24FB7

Color information

#F24FB7 (or 0xF24FB7) is unknown color: approx Brilliant Rose. HEX triplet: F2, 4F and B7. RGB value is (242,79,183). Sum of RGB (Red+Green+Blue) = 242+79+183=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F24FB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24FB7 is #0DB048. Grayscale: #8B8B8B. Windows color (decimal): -897097 or 12013554. OLE color: 12013554.

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

Color convert

RGB24279183-
CMYK00.670.240.05
HSL321.72º86.24%62.94%-
HSV(B)321.72º67.36%94.9%-
XYZ47.9627.8947.65-
YUV139.59152.5201.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.02%
GREEN value IS 79 (31.25% from 255) = 15.67%
BLUE value IS 183 (71.88% from 255) = 36.31%
R=48.02%
G=15.67%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427918300.670.240.05321.7286.2462.94
HexF24FB7043185142563f
Octal362117267010330550212677
Binary1111001010011111011011101000011110001011010000101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f24fb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f24fb7; }

 p { color: rgb(242,79,183); }

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

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

 a { background-color: rgb(242,79,183); }

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

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

 span { border-color: rgb(242,79,183); }

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