Html Css Color HEX #F74F81 French Rose

📋 copy color: '#F74F81'

red 247 ◦ green 79 ◦ blue 129

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

Shades of French Rose #F74F81

Tints of French Rose #F74F81

RGB

 RED value IS 247 (96.88% from 255) = 54.29%

 GREEN value IS 79 (31.25% from 255) = 17.36%

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

R = 54.29%
G = 17.36%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F74F81 (or 0xF74F81) is known color: French Rose. HEX triplet: F7, 4F and 81. RGB value is (247,79,129). Sum of RGB (Red+Green+Blue) = 247+79+129=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74F81 is #08B07E. Grayscale: #868686. Windows color (decimal): -569471 or 8474615. OLE color: 8474615.

HSL color Cylindrical-coordinate representation of color #F74F81: hue angle of 342.14º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74F81 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 79 129 -
CMYK 0 0.68 0.48 0.03
HSL 342.14º 0.91% 0.64% -
HSV(B) 342.14º 0.68% 0.97% -
XYZ 45.12 26.95 23.59 -
YUV 134.93 124.66 207.93 -
System Red Green Blue C M Y K H S L
Decimal 247 79 129 0 0.68 0.48 0.03 342.14 0.91 0.64
Hex F7 4F 81 0 44 30 3 156 5B 40
Octal 367 117 201 0 104 60 3 526 133 100
Binary 11110111 1001111 10000001 0 1000100 110000 11 101010110 1011011 1000000

Color Harmonies of #F74F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F81

Black with #F74F81

Text Example


Text Example

White with #F74F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F81; }

 p { color: rgb(247,79,129); }

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

background-color css

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

 a { background-color: rgb(247,79,129); }

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

border-color css

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

 span { border-color: rgb(247,79,129); }

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