Html Css Color HEX #F04D9E Brilliant Rose

📋 copy color: '#F04D9E'

red 240 ◦ green 77 ◦ blue 158

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

Shades of Brilliant Rose #F04D9E

Tints of Brilliant Rose #F04D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.26%

R = 50.53%
G = 16.21%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F04D9E (or 0xF04D9E) is known color: Brilliant Rose. HEX triplet: F0, 4D and 9E. RGB value is (240,77,158). Sum of RGB (Red+Green+Blue) = 240+77+158=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04D9E is #0FB261. Grayscale: #868686. Windows color (decimal): -1028706 or 10374640. OLE color: 10374640.

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

Color convert

RGB 240 77 158 -
CMYK 0 0.68 0.34 0.06
HSL 330.18º 0.84% 0.62% -
HSV(B) 330.18º 0.68% 0.94% -
XYZ 44.76 26.3 35.07 -
YUV 134.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 240 77 158 0 0.68 0.34 0.06 330.18 0.84 0.62
Hex F0 4D 9E 0 44 22 6 14A 54 3E
Octal 360 115 236 0 104 42 6 512 124 76
Binary 11110000 1001101 10011110 0 1000100 100010 110 101001010 1010100 111110

Color Harmonies of #F04D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D9E

Black with #F04D9E

Text Example


Text Example

White with #F04D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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