Html Css Color HEX #F94E7F French Rose

📋 copy color: '#F94E7F'

red 249 ◦ green 78 ◦ blue 127

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

Shades of French Rose #F94E7F

Tints of French Rose #F94E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.18%

 BLUE value IS 127 (50% from 255) = 27.97%

R = 54.85%
G = 17.18%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F94E7F (or 0xF94E7F) is known color: French Rose. HEX triplet: F9, 4E and 7F. RGB value is (249,78,127). Sum of RGB (Red+Green+Blue) = 249+78+127=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94E7F is #06B180. Grayscale: #868686. Windows color (decimal): -438657 or 8343289. OLE color: 8343289.

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

Color convert

RGB 249 78 127 -
CMYK 0 0.69 0.49 0.02
HSL 342.81º 0.93% 0.64% -
HSV(B) 342.81º 0.69% 0.98% -
XYZ 45.62 27.12 22.91 -
YUV 134.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 249 78 127 0 0.69 0.49 0.02 342.81 0.93 0.64
Hex F9 4E 7F 0 45 31 2 157 5D 40
Octal 371 116 177 0 105 61 2 527 135 100
Binary 11111001 1001110 1111111 0 1000101 110001 10 101010111 1011101 1000000

Color Harmonies of #F94E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94E7F

Black with #F94E7F

Text Example


Text Example

White with #F94E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94E7F; }

 p { color: rgb(249,78,127); }

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

background-color css

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

 a { background-color: rgb(249,78,127); }

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

border-color css

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

 span { border-color: rgb(249,78,127); }

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