Html Css Color HEX #F24AB9 Brilliant Rose

📋 copy color: '#F24AB9'

red 242 ◦ green 74 ◦ blue 185

#F24AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F24AB9

Tints of Brilliant Rose #F24AB9

RGB

 RED value IS 242 (94.92% from 255) = 48.3%

 GREEN value IS 74 (29.3% from 255) = 14.77%

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 48.3%
G = 14.77%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F24AB9 (or 0xF24AB9) is known color: Brilliant Rose. HEX triplet: F2, 4A and B9. RGB value is (242,74,185). Sum of RGB (Red+Green+Blue) = 242+74+185=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F24AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24AB9 is #0DB546. Grayscale: #888888. Windows color (decimal): -898375 or 12143346. OLE color: 12143346.

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

Color convert

RGB 242 74 185 -
CMYK 0 0.69 0.24 0.05
HSL 320.36º 0.87% 0.62% -
HSV(B) 320.36º 0.69% 0.95% -
XYZ 47.82 27.28 48.64 -
YUV 136.89 155.16 202.97 -
System Red Green Blue C M Y K H S L
Decimal 242 74 185 0 0.69 0.24 0.05 320.36 0.87 0.62
Hex F2 4A B9 0 45 18 5 140 57 3E
Octal 362 112 271 0 105 30 5 500 127 76
Binary 11110010 1001010 10111001 0 1000101 11000 101 101000000 1010111 111110

Color Harmonies of #F24AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24AB9

Black with #F24AB9

Text Example


Text Example

White with #F24AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24AB9; }

 p { color: rgb(242,74,185); }

 H1.HeaderClassName
 {
   color: #F24AB9;
 }
 .AnyTagClassName
 {
   color: #F24AB9;
 }
</style>

background-color css

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

 a { background-color: rgb(242,74,185); }

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

border-color css

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

 span { border-color: rgb(242,74,185); }

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