Html Css Color HEX #F05696 French Rose

📋 copy color: '#F05696'

red 240 ◦ green 86 ◦ blue 150

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

Shades of French Rose #F05696

Tints of French Rose #F05696

RGB

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

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

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

R = 50.42%
G = 18.07%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F05696 (or 0xF05696) is known color: French Rose. HEX triplet: F0, 56 and 96. RGB value is (240,86,150). Sum of RGB (Red+Green+Blue) = 240+86+150=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F05696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05696 is #0FA969. Grayscale: #8B8B8B. Windows color (decimal): -1026410 or 9852656. OLE color: 9852656.

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

Color convert

RGB 240 86 150 -
CMYK 0 0.64 0.37 0.06
HSL 335.06º 0.84% 0.64% -
HSV(B) 335.06º 0.64% 0.94% -
XYZ 44.77 27.38 31.78 -
YUV 139.34 134.02 199.8 -
System Red Green Blue C M Y K H S L
Decimal 240 86 150 0 0.64 0.37 0.06 335.06 0.84 0.64
Hex F0 56 96 0 40 25 6 14F 54 40
Octal 360 126 226 0 100 45 6 517 124 100
Binary 11110000 1010110 10010110 0 1000000 100101 110 101001111 1010100 1000000

Color Harmonies of #F05696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05696

Black with #F05696

Text Example


Text Example

White with #F05696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05696; }

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

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

background-color css

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

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

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

border-color css

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

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

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