Html Css Color HEX #F74C8E French Rose

📋 copy color: '#F74C8E'

red 247 ◦ green 76 ◦ blue 142

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

Shades of French Rose #F74C8E

Tints of French Rose #F74C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.34%

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 53.12%
G = 16.34%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F74C8E (or 0xF74C8E) is known color: French Rose. HEX triplet: F7, 4C and 8E. RGB value is (247,76,142). Sum of RGB (Red+Green+Blue) = 247+76+142=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74C8E is #08B371. Grayscale: #868686. Windows color (decimal): -570226 or 9325815. OLE color: 9325815.

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

Color convert

RGB 247 76 142 -
CMYK 0 0.69 0.43 0.03
HSL 336.84º 0.91% 0.63% -
HSV(B) 336.84º 0.69% 0.97% -
XYZ 45.82 26.9 28.37 -
YUV 134.65 132.15 208.13 -
System Red Green Blue C M Y K H S L
Decimal 247 76 142 0 0.69 0.43 0.03 336.84 0.91 0.63
Hex F7 4C 8E 0 45 2B 3 151 5B 3F
Octal 367 114 216 0 105 53 3 521 133 77
Binary 11110111 1001100 10001110 0 1000101 101011 11 101010001 1011011 111111

Color Harmonies of #F74C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C8E

Black with #F74C8E

Text Example


Text Example

White with #F74C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C8E; }

 p { color: rgb(247,76,142); }

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

background-color css

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

 a { background-color: rgb(247,76,142); }

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

border-color css

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

 span { border-color: rgb(247,76,142); }

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