Html Css Color HEX #F24FB4 Brilliant Rose

📋 copy color: '#F24FB4'

red 242 ◦ green 79 ◦ blue 180

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

Shades of Brilliant Rose #F24FB4

Tints of Brilliant Rose #F24FB4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.77%

 BLUE value IS 180 (70.7% from 255) = 35.93%

R = 48.3%
G = 15.77%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F24FB4 (or 0xF24FB4) is known color: Brilliant Rose. HEX triplet: F2, 4F and B4. RGB value is (242,79,180). Sum of RGB (Red+Green+Blue) = 242+79+180=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F24FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24FB4 is #0DB04B. Grayscale: #8B8B8B. Windows color (decimal): -897100 or 11816946. OLE color: 11816946.

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

Color convert

RGB 242 79 180 -
CMYK 0 0.67 0.26 0.05
HSL 322.82º 0.86% 0.63% -
HSV(B) 322.82º 0.67% 0.95% -
XYZ 47.65 27.76 46.03 -
YUV 139.25 151 201.29 -
System Red Green Blue C M Y K H S L
Decimal 242 79 180 0 0.67 0.26 0.05 322.82 0.86 0.63
Hex F2 4F B4 0 43 1A 5 143 56 3F
Octal 362 117 264 0 103 32 5 503 126 77
Binary 11110010 1001111 10110100 0 1000011 11010 101 101000011 1010110 111111

Color Harmonies of #F24FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24FB4

Black with #F24FB4

Text Example


Text Example

White with #F24FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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