Html Css Color HEX #F94883 French Rose

📋 copy color: '#F94883'

red 249 ◦ green 72 ◦ blue 131

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

Shades of French Rose #F94883

Tints of French Rose #F94883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.98%

R = 55.09%
G = 15.93%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F94883 (or 0xF94883) is known color: French Rose. HEX triplet: F9, 48 and 83. RGB value is (249,72,131). Sum of RGB (Red+Green+Blue) = 249+72+131=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F94883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94883 is #06B77C. Grayscale: #838383. Windows color (decimal): -440189 or 8603897. OLE color: 8603897.

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

Color convert

RGB 249 72 131 -
CMYK 0 0.71 0.47 0.02
HSL 340º 0.94% 0.63% -
HSV(B) 340º 0.71% 0.98% -
XYZ 45.48 26.41 24.17 -
YUV 131.65 127.64 211.7 -
System Red Green Blue C M Y K H S L
Decimal 249 72 131 0 0.71 0.47 0.02 340 0.94 0.63
Hex F9 48 83 0 47 2F 2 154 5E 3F
Octal 371 110 203 0 107 57 2 524 136 77
Binary 11111001 1001000 10000011 0 1000111 101111 10 101010100 1011110 111111

Color Harmonies of #F94883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94883

Black with #F94883

Text Example


Text Example

White with #F94883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94883; }

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

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

background-color css

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

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

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

border-color css

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

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

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