Html Css Color HEX #F05699 Brilliant Rose

📋 copy color: '#F05699'

red 240 ◦ green 86 ◦ blue 153

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

Shades of Brilliant Rose #F05699

Tints of Brilliant Rose #F05699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.95%

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

R = 50.1%
G = 17.95%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F05699 (or 0xF05699) is known color: Brilliant Rose. HEX triplet: F0, 56 and 99. RGB value is (240,86,153). Sum of RGB (Red+Green+Blue) = 240+86+153=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F05699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05699 is #0FA966. Grayscale: #8B8B8B. Windows color (decimal): -1026407 or 10049264. OLE color: 10049264.

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

Color convert

RGB 240 86 153 -
CMYK 0 0.64 0.36 0.06
HSL 333.9º 0.84% 0.64% -
HSV(B) 333.9º 0.64% 0.94% -
XYZ 45.01 27.48 33.07 -
YUV 139.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 240 86 153 0 0.64 0.36 0.06 333.9 0.84 0.64
Hex F0 56 99 0 40 24 6 14E 54 40
Octal 360 126 231 0 100 44 6 516 124 100
Binary 11110000 1010110 10011001 0 1000000 100100 110 101001110 1010100 1000000

Color Harmonies of #F05699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05699

Black with #F05699

Text Example


Text Example

White with #F05699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05699; }

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

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

background-color css

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

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

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

border-color css

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

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

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