Html Css Color HEX #F24C9D Brilliant Rose

📋 copy color: '#F24C9D'

red 242 ◦ green 76 ◦ blue 157

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

Shades of Brilliant Rose #F24C9D

Tints of Brilliant Rose #F24C9D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16%

 BLUE value IS 157 (61.72% from 255) = 33.05%

R = 50.95%
G = 16%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F24C9D (or 0xF24C9D) is known color: Brilliant Rose. HEX triplet: F2, 4C and 9D. RGB value is (242,76,157). Sum of RGB (Red+Green+Blue) = 242+76+157=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24C9D is #0DB362. Grayscale: #868686. Windows color (decimal): -897891 or 10308850. OLE color: 10308850.

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

Color convert

RGB 242 76 157 -
CMYK 0 0.69 0.35 0.05
HSL 330.72º 0.86% 0.62% -
HSV(B) 330.72º 0.69% 0.95% -
XYZ 45.29 26.48 34.62 -
YUV 134.87 140.5 204.41 -
System Red Green Blue C M Y K H S L
Decimal 242 76 157 0 0.69 0.35 0.05 330.72 0.86 0.62
Hex F2 4C 9D 0 45 23 5 14B 56 3E
Octal 362 114 235 0 105 43 5 513 126 76
Binary 11110010 1001100 10011101 0 1000101 100011 101 101001011 1010110 111110

Color Harmonies of #F24C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24C9D

Black with #F24C9D

Text Example


Text Example

White with #F24C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24C9D; }

 p { color: rgb(242,76,157); }

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

background-color css

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

 a { background-color: rgb(242,76,157); }

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

border-color css

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

 span { border-color: rgb(242,76,157); }

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