Html Css Color HEX #F94881 French Rose

📋 copy color: '#F94881'

red 249 ◦ green 72 ◦ blue 129

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

Shades of French Rose #F94881

Tints of French Rose #F94881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16%

 BLUE value IS 129 (50.78% from 255) = 28.67%

R = 55.33%
G = 16%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F94881 (or 0xF94881) is known color: French Rose. HEX triplet: F9, 48 and 81. RGB value is (249,72,129). Sum of RGB (Red+Green+Blue) = 249+72+129=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F94881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94881 is #06B77E. Grayscale: #838383. Windows color (decimal): -440191 or 8472825. OLE color: 8472825.

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

Color convert

RGB 249 72 129 -
CMYK 0 0.71 0.48 0.02
HSL 340.68º 0.94% 0.63% -
HSV(B) 340.68º 0.71% 0.98% -
XYZ 45.35 26.36 23.47 -
YUV 131.42 126.64 211.87 -
System Red Green Blue C M Y K H S L
Decimal 249 72 129 0 0.71 0.48 0.02 340.68 0.94 0.63
Hex F9 48 81 0 47 30 2 155 5E 3F
Octal 371 110 201 0 107 60 2 525 136 77
Binary 11111001 1001000 10000001 0 1000111 110000 10 101010101 1011110 111111

Color Harmonies of #F94881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94881

Black with #F94881

Text Example


Text Example

White with #F94881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94881; }

 p { color: rgb(249,72,129); }

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

background-color css

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

 a { background-color: rgb(249,72,129); }

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

border-color css

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

 span { border-color: rgb(249,72,129); }

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