Html Css Color HEX #F0519D Brilliant Rose

📋 copy color: '#F0519D'

red 240 ◦ green 81 ◦ blue 157

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

Shades of Brilliant Rose #F0519D

Tints of Brilliant Rose #F0519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.95%

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

R = 50.21%
G = 16.95%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0519D (or 0xF0519D) is known color: Brilliant Rose. HEX triplet: F0, 51 and 9D. RGB value is (240,81,157). Sum of RGB (Red+Green+Blue) = 240+81+157=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0519D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0519D is #0FAE62. Grayscale: #898989. Windows color (decimal): -1027683 or 10310128. OLE color: 10310128.

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

Color convert

RGB 240 81 157 -
CMYK 0 0.66 0.35 0.06
HSL 331.32º 0.84% 0.63% -
HSV(B) 331.32º 0.66% 0.94% -
XYZ 44.96 26.84 34.71 -
YUV 137.21 139.18 201.32 -
System Red Green Blue C M Y K H S L
Decimal 240 81 157 0 0.66 0.35 0.06 331.32 0.84 0.63
Hex F0 51 9D 0 42 23 6 14B 54 3F
Octal 360 121 235 0 102 43 6 513 124 77
Binary 11110000 1010001 10011101 0 1000010 100011 110 101001011 1010100 111111

Color Harmonies of #F0519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0519D

Black with #F0519D

Text Example


Text Example

White with #F0519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0519D; }

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

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

background-color css

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

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

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

border-color css

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

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

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