Html Css Color HEX #F74C7D French Rose

📋 copy color: '#F74C7D'

red 247 ◦ green 76 ◦ blue 125

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

Shades of French Rose #F74C7D

Tints of French Rose #F74C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 55.13%
G = 16.96%
B = 27.9%

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

#F74C7D (or 0xF74C7D) is known color: French Rose. HEX triplet: F7, 4C and 7D. RGB value is (247,76,125). Sum of RGB (Red+Green+Blue) = 247+76+125=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74C7D is #08B382. Grayscale: #848484. Windows color (decimal): -570243 or 8211703. OLE color: 8211703.

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

Color convert

RGB 247 76 125 -
CMYK 0 0.69 0.49 0.03
HSL 342.81º 0.91% 0.63% -
HSV(B) 342.81º 0.69% 0.97% -
XYZ 44.64 26.42 22.15 -
YUV 132.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 247 76 125 0 0.69 0.49 0.03 342.81 0.91 0.63
Hex F7 4C 7D 0 45 31 3 157 5B 3F
Octal 367 114 175 0 105 61 3 527 133 77
Binary 11110111 1001100 1111101 0 1000101 110001 11 101010111 1011011 111111

Color Harmonies of #F74C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C7D

Black with #F74C7D

Text Example


Text Example

White with #F74C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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