Html Css Color HEX #F0519B Brilliant Rose

📋 copy color: '#F0519B'

red 240 ◦ green 81 ◦ blue 155

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

Shades of Brilliant Rose #F0519B

Tints of Brilliant Rose #F0519B

RGB

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

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

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

R = 50.42%
G = 17.02%
B = 32.56%

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

#F0519B (or 0xF0519B) is known color: Brilliant Rose. HEX triplet: F0, 51 and 9B. RGB value is (240,81,155). Sum of RGB (Red+Green+Blue) = 240+81+155=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0519B is #0FAE64. Grayscale: #888888. Windows color (decimal): -1027685 or 10179056. OLE color: 10179056.

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

Color convert

RGB 240 81 155 -
CMYK 0 0.66 0.35 0.06
HSL 332.08º 0.84% 0.63% -
HSV(B) 332.08º 0.66% 0.94% -
XYZ 44.79 26.78 33.82 -
YUV 136.98 138.18 201.48 -
System Red Green Blue C M Y K H S L
Decimal 240 81 155 0 0.66 0.35 0.06 332.08 0.84 0.63
Hex F0 51 9B 0 42 23 6 14C 54 3F
Octal 360 121 233 0 102 43 6 514 124 77
Binary 11110000 1010001 10011011 0 1000010 100011 110 101001100 1010100 111111

Color Harmonies of #F0519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0519B

Black with #F0519B

Text Example


Text Example

White with #F0519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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