Html Css Color HEX #F74C7F French Rose

📋 copy color: '#F74C7F'

red 247 ◦ green 76 ◦ blue 127

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

Shades of French Rose #F74C7F

Tints of French Rose #F74C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.22%

R = 54.89%
G = 16.89%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F74C7F (or 0xF74C7F) is known color: French Rose. HEX triplet: F7, 4C and 7F. RGB value is (247,76,127). Sum of RGB (Red+Green+Blue) = 247+76+127=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74C7F is #08B380. Grayscale: #848484. Windows color (decimal): -570241 or 8342775. OLE color: 8342775.

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

Color convert

RGB 247 76 127 -
CMYK 0 0.69 0.49 0.03
HSL 342.11º 0.91% 0.63% -
HSV(B) 342.11º 0.69% 0.97% -
XYZ 44.77 26.48 22.83 -
YUV 132.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 247 76 127 0 0.69 0.49 0.03 342.11 0.91 0.63
Hex F7 4C 7F 0 45 31 3 156 5B 3F
Octal 367 114 177 0 105 61 3 526 133 77
Binary 11110111 1001100 1111111 0 1000101 110001 11 101010110 1011011 111111

Color Harmonies of #F74C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C7F

Black with #F74C7F

Text Example


Text Example

White with #F74C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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