Html Css Color HEX #F059B0 Brilliant Rose

📋 copy color: '#F059B0'

red 240 ◦ green 89 ◦ blue 176

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

Shades of Brilliant Rose #F059B0

Tints of Brilliant Rose #F059B0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.62%

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 47.52%
G = 17.62%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F059B0 (or 0xF059B0) is known color: Brilliant Rose. HEX triplet: F0, 59 and B0. RGB value is (240,89,176). Sum of RGB (Red+Green+Blue) = 240+89+176=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F059B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F059B0 is #0FA64F. Grayscale: #8F8F8F. Windows color (decimal): -1025616 or 11557360. OLE color: 11557360.

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

Color convert

RGB 240 89 176 -
CMYK 0 0.63 0.27 0.06
HSL 325.43º 0.83% 0.65% -
HSV(B) 325.43º 0.63% 0.94% -
XYZ 47.34 28.8 44.14 -
YUV 144.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 240 89 176 0 0.63 0.27 0.06 325.43 0.83 0.65
Hex F0 59 B0 0 3F 1B 6 145 53 41
Octal 360 131 260 0 77 33 6 505 123 101
Binary 11110000 1011001 10110000 0 111111 11011 110 101000101 1010011 1000001

Color Harmonies of #F059B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059B0

Black with #F059B0

Text Example


Text Example

White with #F059B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059B0; }

 p { color: rgb(240,89,176); }

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

background-color css

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

 a { background-color: rgb(240,89,176); }

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

border-color css

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

 span { border-color: rgb(240,89,176); }

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