Html Css Color HEX #F74C8F French Rose

📋 copy color: '#F74C8F'

red 247 ◦ green 76 ◦ blue 143

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

Shades of French Rose #F74C8F

Tints of French Rose #F74C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 53%
G = 16.31%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F74C8F (or 0xF74C8F) is known color: French Rose. HEX triplet: F7, 4C and 8F. RGB value is (247,76,143). Sum of RGB (Red+Green+Blue) = 247+76+143=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74C8F is #08B370. Grayscale: #868686. Windows color (decimal): -570225 or 9391351. OLE color: 9391351.

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

Color convert

RGB 247 76 143 -
CMYK 0 0.69 0.42 0.03
HSL 336.49º 0.91% 0.63% -
HSV(B) 336.49º 0.69% 0.97% -
XYZ 45.9 26.93 28.76 -
YUV 134.77 132.65 208.05 -
System Red Green Blue C M Y K H S L
Decimal 247 76 143 0 0.69 0.42 0.03 336.49 0.91 0.63
Hex F7 4C 8F 0 45 2A 3 150 5B 3F
Octal 367 114 217 0 105 52 3 520 133 77
Binary 11110111 1001100 10001111 0 1000101 101010 11 101010000 1011011 111111

Color Harmonies of #F74C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C8F

Black with #F74C8F

Text Example


Text Example

White with #F74C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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