Html Css Color HEX #F74A87 French Rose

📋 copy color: '#F74A87'

red 247 ◦ green 74 ◦ blue 135

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

Shades of French Rose #F74A87

Tints of French Rose #F74A87

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.23%

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

R = 54.17%
G = 16.23%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F74A87 (or 0xF74A87) is known color: French Rose. HEX triplet: F7, 4A and 87. RGB value is (247,74,135). Sum of RGB (Red+Green+Blue) = 247+74+135=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74A87 is #08B578. Grayscale: #848484. Windows color (decimal): -570745 or 8866551. OLE color: 8866551.

HSL color Cylindrical-coordinate representation of color #F74A87: hue angle of 338.84º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74A87 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 74 135 -
CMYK 0 0.70 0.45 0.03
HSL 338.84º 0.92% 0.63% -
HSV(B) 338.84º 0.7% 0.97% -
XYZ 45.18 26.42 25.64 -
YUV 132.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 247 74 135 0 0.70 0.45 0.03 338.84 0.92 0.63
Hex F7 4A 87 0 46 2D 3 153 5C 3F
Octal 367 112 207 0 106 55 3 523 134 77
Binary 11110111 1001010 10000111 0 1000110 101101 11 101010011 1011100 111111

Color Harmonies of #F74A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A87

Black with #F74A87

Text Example


Text Example

White with #F74A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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