Html Css Color HEX #F95D91 French Rose

📋 copy color: '#F95D91'

red 249 ◦ green 93 ◦ blue 145

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

Shades of French Rose #F95D91

Tints of French Rose #F95D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.1%

 BLUE value IS 145 (57.03% from 255) = 29.77%

R = 51.13%
G = 19.1%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F95D91 (or 0xF95D91) is known color: French Rose. HEX triplet: F9, 5D and 91. RGB value is (249,93,145). Sum of RGB (Red+Green+Blue) = 249+93+145=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95D91 is #06A26E. Grayscale: #919191. Windows color (decimal): -434799 or 9526777. OLE color: 9526777.

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

Color convert

RGB 249 93 145 -
CMYK 0 0.63 0.42 0.02
HSL 340º 0.93% 0.67% -
HSV(B) 340º 0.63% 0.98% -
XYZ 48.09 30.01 30.05 -
YUV 145.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 249 93 145 0 0.63 0.42 0.02 340 0.93 0.67
Hex F9 5D 91 0 3F 2A 2 154 5D 43
Octal 371 135 221 0 77 52 2 524 135 103
Binary 11111001 1011101 10010001 0 111111 101010 10 101010100 1011101 1000011

Color Harmonies of #F95D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95D91

Black with #F95D91

Text Example


Text Example

White with #F95D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95D91; }

 p { color: rgb(249,93,145); }

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

background-color css

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

 a { background-color: rgb(249,93,145); }

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

border-color css

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

 span { border-color: rgb(249,93,145); }

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