Html Css Color HEX #F05896 French Rose

📋 copy color: '#F05896'

red 240 ◦ green 88 ◦ blue 150

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

Shades of French Rose #F05896

Tints of French Rose #F05896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.41%

 BLUE value IS 150 (58.98% from 255) = 31.38%

R = 50.21%
G = 18.41%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F05896 (or 0xF05896) is known color: French Rose. HEX triplet: F0, 58 and 96. RGB value is (240,88,150). Sum of RGB (Red+Green+Blue) = 240+88+150=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F05896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05896 is #0FA769. Grayscale: #8C8C8C. Windows color (decimal): -1025898 or 9853168. OLE color: 9853168.

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

Color convert

RGB 240 88 150 -
CMYK 0 0.63 0.37 0.06
HSL 335.53º 0.84% 0.64% -
HSV(B) 335.53º 0.63% 0.94% -
XYZ 44.93 27.71 31.83 -
YUV 140.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 240 88 150 0 0.63 0.37 0.06 335.53 0.84 0.64
Hex F0 58 96 0 3F 25 6 150 54 40
Octal 360 130 226 0 77 45 6 520 124 100
Binary 11110000 1011000 10010110 0 111111 100101 110 101010000 1010100 1000000

Color Harmonies of #F05896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05896

Black with #F05896

Text Example


Text Example

White with #F05896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05896; }

 p { color: rgb(240,88,150); }

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

background-color css

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

 a { background-color: rgb(240,88,150); }

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

border-color css

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

 span { border-color: rgb(240,88,150); }

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