Html Css Color HEX #F24AB7 Brilliant Rose

📋 copy color: '#F24AB7'

red 242 ◦ green 74 ◦ blue 183

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

Shades of Brilliant Rose #F24AB7

Tints of Brilliant Rose #F24AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.67%

R = 48.5%
G = 14.83%
B = 36.67%

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

#F24AB7 (or 0xF24AB7) is known color: Brilliant Rose. HEX triplet: F2, 4A and B7. RGB value is (242,74,183). Sum of RGB (Red+Green+Blue) = 242+74+183=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F24AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24AB7 is #0DB548. Grayscale: #888888. Windows color (decimal): -898377 or 12012274. OLE color: 12012274.

HSL color Cylindrical-coordinate representation of color #F24AB7: hue angle of 321.07º 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 #F24AB7 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 74 183 -
CMYK 0 0.69 0.24 0.05
HSL 321.07º 0.87% 0.62% -
HSV(B) 321.07º 0.69% 0.95% -
XYZ 47.61 27.19 47.54 -
YUV 136.66 154.16 203.14 -
System Red Green Blue C M Y K H S L
Decimal 242 74 183 0 0.69 0.24 0.05 321.07 0.87 0.62
Hex F2 4A B7 0 45 18 5 141 57 3E
Octal 362 112 267 0 105 30 5 501 127 76
Binary 11110010 1001010 10110111 0 1000101 11000 101 101000001 1010111 111110

Color Harmonies of #F24AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24AB7

Black with #F24AB7

Text Example


Text Example

White with #F24AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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