Html Css Color HEX #F74F86 French Rose

📋 copy color: '#F74F86'

red 247 ◦ green 79 ◦ blue 134

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

Shades of French Rose #F74F86

Tints of French Rose #F74F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.13%

R = 53.7%
G = 17.17%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F74F86 (or 0xF74F86) is known color: French Rose. HEX triplet: F7, 4F and 86. RGB value is (247,79,134). Sum of RGB (Red+Green+Blue) = 247+79+134=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74F86 is #08B079. Grayscale: #878787. Windows color (decimal): -569466 or 8802295. OLE color: 8802295.

HSL color Cylindrical-coordinate representation of color #F74F86: hue angle of 340.36º 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 #F74F86 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 79 134 -
CMYK 0 0.68 0.46 0.03
HSL 340.36º 0.91% 0.64% -
HSV(B) 340.36º 0.68% 0.97% -
XYZ 45.46 27.09 25.39 -
YUV 135.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 247 79 134 0 0.68 0.46 0.03 340.36 0.91 0.64
Hex F7 4F 86 0 44 2E 3 154 5B 40
Octal 367 117 206 0 104 56 3 524 133 100
Binary 11110111 1001111 10000110 0 1000100 101110 11 101010100 1011011 1000000

Color Harmonies of #F74F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F86

Black with #F74F86

Text Example


Text Example

White with #F74F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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