Html Css Color HEX #F74F87 French Rose

📋 copy color: '#F74F87'

red 247 ◦ green 79 ◦ blue 135

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

Shades of French Rose #F74F87

Tints of French Rose #F74F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.28%

R = 53.58%
G = 17.14%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F74F87 (or 0xF74F87) is known color: French Rose. HEX triplet: F7, 4F and 87. RGB value is (247,79,135). Sum of RGB (Red+Green+Blue) = 247+79+135=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74F87 is #08B078. Grayscale: #878787. Windows color (decimal): -569465 or 8867831. OLE color: 8867831.

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

Color convert

RGB 247 79 135 -
CMYK 0 0.68 0.45 0.03
HSL 340º 0.91% 0.64% -
HSV(B) 340º 0.68% 0.97% -
XYZ 45.53 27.12 25.76 -
YUV 135.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 247 79 135 0 0.68 0.45 0.03 340 0.91 0.64
Hex F7 4F 87 0 44 2D 3 154 5B 40
Octal 367 117 207 0 104 55 3 524 133 100
Binary 11110111 1001111 10000111 0 1000100 101101 11 101010100 1011011 1000000

Color Harmonies of #F74F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F87

Black with #F74F87

Text Example


Text Example

White with #F74F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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