Html Css Color HEX #F05499 Brilliant Rose

📋 copy color: '#F05499'

red 240 ◦ green 84 ◦ blue 153

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

Shades of Brilliant Rose #F05499

Tints of Brilliant Rose #F05499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.61%

 BLUE value IS 153 (60.16% from 255) = 32.08%

R = 50.31%
G = 17.61%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F05499 (or 0xF05499) is known color: Brilliant Rose. HEX triplet: F0, 54 and 99. RGB value is (240,84,153). Sum of RGB (Red+Green+Blue) = 240+84+153=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F05499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05499 is #0FAB66. Grayscale: #8A8A8A. Windows color (decimal): -1026919 or 10048752. OLE color: 10048752.

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

Color convert

RGB 240 84 153 -
CMYK 0 0.65 0.36 0.06
HSL 333.46º 0.84% 0.64% -
HSV(B) 333.46º 0.65% 0.94% -
XYZ 44.86 27.17 33.02 -
YUV 138.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 240 84 153 0 0.65 0.36 0.06 333.46 0.84 0.64
Hex F0 54 99 0 41 24 6 14D 54 40
Octal 360 124 231 0 101 44 6 515 124 100
Binary 11110000 1010100 10011001 0 1000001 100100 110 101001101 1010100 1000000

Color Harmonies of #F05499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05499

Black with #F05499

Text Example


Text Example

White with #F05499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05499; }

 p { color: rgb(240,84,153); }

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

background-color css

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

 a { background-color: rgb(240,84,153); }

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

border-color css

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

 span { border-color: rgb(240,84,153); }

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