Html Css Color HEX #F95096 French Rose

📋 copy color: '#F95096'

red 249 ◦ green 80 ◦ blue 150

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

Shades of French Rose #F95096

Tints of French Rose #F95096

RGB

 RED value IS 249 (97.66% from 255) = 51.98%

 GREEN value IS 80 (31.64% from 255) = 16.7%

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

R = 51.98%
G = 16.7%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F95096 (or 0xF95096) is known color: French Rose. HEX triplet: F9, 50 and 96. RGB value is (249,80,150). Sum of RGB (Red+Green+Blue) = 249+80+150=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F95096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95096 is #06AF69. Grayscale: #8A8A8A. Windows color (decimal): -438122 or 9851129. OLE color: 9851129.

HSL color Cylindrical-coordinate representation of color #F95096: hue angle of 335.15º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F95096 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 80 150 -
CMYK 0 0.68 0.40 0.02
HSL 335.15º 0.93% 0.65% -
HSV(B) 335.15º 0.68% 0.98% -
XYZ 47.44 28.08 31.77 -
YUV 138.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 249 80 150 0 0.68 0.40 0.02 335.15 0.93 0.65
Hex F9 50 96 0 44 28 2 14F 5D 41
Octal 371 120 226 0 104 50 2 517 135 101
Binary 11111001 1010000 10010110 0 1000100 101000 10 101001111 1011101 1000001

Color Harmonies of #F95096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95096

Black with #F95096

Text Example


Text Example

White with #F95096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95096; }

 p { color: rgb(249,80,150); }

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

background-color css

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

 a { background-color: rgb(249,80,150); }

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

border-color css

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

 span { border-color: rgb(249,80,150); }

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