Html Css Color HEX #F94A95 French Rose

📋 copy color: '#F94A95'

red 249 ◦ green 74 ◦ blue 149

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

Shades of French Rose #F94A95

Tints of French Rose #F94A95

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.68%

 BLUE value IS 149 (58.59% from 255) = 31.57%

R = 52.75%
G = 15.68%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F94A95 (or 0xF94A95) is known color: French Rose. HEX triplet: F9, 4A and 95. RGB value is (249,74,149). Sum of RGB (Red+Green+Blue) = 249+74+149=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94A95 is #06B56A. Grayscale: #868686. Windows color (decimal): -439659 or 9784057. OLE color: 9784057.

HSL color Cylindrical-coordinate representation of color #F94A95: hue angle of 334.29º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94A95 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 74 149 -
CMYK 0 0.70 0.40 0.02
HSL 334.29º 0.94% 0.63% -
HSV(B) 334.29º 0.7% 0.98% -
XYZ 46.94 27.21 31.21 -
YUV 134.88 135.98 209.4 -
System Red Green Blue C M Y K H S L
Decimal 249 74 149 0 0.70 0.40 0.02 334.29 0.94 0.63
Hex F9 4A 95 0 46 28 2 14E 5E 3F
Octal 371 112 225 0 106 50 2 516 136 77
Binary 11111001 1001010 10010101 0 1000110 101000 10 101001110 1011110 111111

Color Harmonies of #F94A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A95

Black with #F94A95

Text Example


Text Example

White with #F94A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A95; }

 p { color: rgb(249,74,149); }

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

background-color css

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

 a { background-color: rgb(249,74,149); }

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

border-color css

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

 span { border-color: rgb(249,74,149); }

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