Html Css Color HEX #F95C90 French Rose

📋 copy color: '#F95C90'

red 249 ◦ green 92 ◦ blue 144

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

Shades of French Rose #F95C90

Tints of French Rose #F95C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.97%

 BLUE value IS 144 (56.64% from 255) = 29.69%

R = 51.34%
G = 18.97%
B = 29.69%

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

#F95C90 (or 0xF95C90) is known color: French Rose. HEX triplet: F9, 5C and 90. RGB value is (249,92,144). Sum of RGB (Red+Green+Blue) = 249+92+144=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95C90 is #06A36F. Grayscale: #909090. Windows color (decimal): -435056 or 9460985. OLE color: 9460985.

HSL color Cylindrical-coordinate representation of color #F95C90: hue angle of 340.13º 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 #F95C90 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 92 144 -
CMYK 0 0.63 0.42 0.02
HSL 340.13º 0.93% 0.67% -
HSV(B) 340.13º 0.63% 0.98% -
XYZ 47.93 29.81 29.61 -
YUV 144.87 127.51 202.27 -
System Red Green Blue C M Y K H S L
Decimal 249 92 144 0 0.63 0.42 0.02 340.13 0.93 0.67
Hex F9 5C 90 0 3F 2A 2 154 5D 43
Octal 371 134 220 0 77 52 2 524 135 103
Binary 11111001 1011100 10010000 0 111111 101010 10 101010100 1011101 1000011

Color Harmonies of #F95C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95C90

Black with #F95C90

Text Example


Text Example

White with #F95C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95C90; }

 p { color: rgb(249,92,144); }

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

background-color css

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

 a { background-color: rgb(249,92,144); }

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

border-color css

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

 span { border-color: rgb(249,92,144); }

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