Html Css Color HEX #F04C9B Brilliant Rose

📋 copy color: '#F04C9B'

red 240 ◦ green 76 ◦ blue 155

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

Shades of Brilliant Rose #F04C9B

Tints of Brilliant Rose #F04C9B

RGB

 RED value IS 240 (94.14% from 255) = 50.96%

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

 BLUE value IS 155 (60.94% from 255) = 32.91%

R = 50.96%
G = 16.14%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F04C9B (or 0xF04C9B) is known color: Brilliant Rose. HEX triplet: F0, 4C and 9B. RGB value is (240,76,155). Sum of RGB (Red+Green+Blue) = 240+76+155=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04C9B is #0FB364. Grayscale: #858585. Windows color (decimal): -1028965 or 10177776. OLE color: 10177776.

HSL color Cylindrical-coordinate representation of color #F04C9B: hue angle of 331.1º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04C9B is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 76 155 -
CMYK 0 0.68 0.35 0.06
HSL 331.1º 0.85% 0.62% -
HSV(B) 331.1º 0.68% 0.94% -
XYZ 44.44 26.06 33.7 -
YUV 134.04 139.83 203.58 -
System Red Green Blue C M Y K H S L
Decimal 240 76 155 0 0.68 0.35 0.06 331.1 0.85 0.62
Hex F0 4C 9B 0 44 23 6 14B 55 3E
Octal 360 114 233 0 104 43 6 513 125 76
Binary 11110000 1001100 10011011 0 1000100 100011 110 101001011 1010101 111110

Color Harmonies of #F04C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C9B

Black with #F04C9B

Text Example


Text Example

White with #F04C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C9B; }

 p { color: rgb(240,76,155); }

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

background-color css

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

 a { background-color: rgb(240,76,155); }

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

border-color css

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

 span { border-color: rgb(240,76,155); }

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