Html Css Color HEX #F04D9D Brilliant Rose

📋 copy color: '#F04D9D'

red 240 ◦ green 77 ◦ blue 157

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

Shades of Brilliant Rose #F04D9D

Tints of Brilliant Rose #F04D9D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.24%

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

R = 50.63%
G = 16.24%
B = 33.12%

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

#F04D9D (or 0xF04D9D) is known color: Brilliant Rose. HEX triplet: F0, 4D and 9D. RGB value is (240,77,157). Sum of RGB (Red+Green+Blue) = 240+77+157=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04D9D is #0FB262. Grayscale: #868686. Windows color (decimal): -1028707 or 10309104. OLE color: 10309104.

HSL color Cylindrical-coordinate representation of color #F04D9D: hue angle of 330.55º degrees, saturation: 0.84, 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 #F04D9D is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 77 157 -
CMYK 0 0.68 0.35 0.06
HSL 330.55º 0.84% 0.62% -
HSV(B) 330.55º 0.68% 0.94% -
XYZ 44.67 26.27 34.61 -
YUV 134.86 140.5 203 -
System Red Green Blue C M Y K H S L
Decimal 240 77 157 0 0.68 0.35 0.06 330.55 0.84 0.62
Hex F0 4D 9D 0 44 23 6 14B 54 3E
Octal 360 115 235 0 104 43 6 513 124 76
Binary 11110000 1001101 10011101 0 1000100 100011 110 101001011 1010100 111110

Color Harmonies of #F04D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D9D

Black with #F04D9D

Text Example


Text Example

White with #F04D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D9D; }

 p { color: rgb(240,77,157); }

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

background-color css

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

 a { background-color: rgb(240,77,157); }

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

border-color css

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

 span { border-color: rgb(240,77,157); }

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