Html Css Color HEX #F74C8B French Rose

📋 copy color: '#F74C8B'

red 247 ◦ green 76 ◦ blue 139

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

Shades of French Rose #F74C8B

Tints of French Rose #F74C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 53.46%
G = 16.45%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F74C8B (or 0xF74C8B) is known color: French Rose. HEX triplet: F7, 4C and 8B. RGB value is (247,76,139). Sum of RGB (Red+Green+Blue) = 247+76+139=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74C8B is #08B374. Grayscale: #868686. Windows color (decimal): -570229 or 9129207. OLE color: 9129207.

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

Color convert

RGB 247 76 139 -
CMYK 0 0.69 0.44 0.03
HSL 337.89º 0.91% 0.63% -
HSV(B) 337.89º 0.69% 0.97% -
XYZ 45.6 26.81 27.2 -
YUV 134.31 130.65 208.38 -
System Red Green Blue C M Y K H S L
Decimal 247 76 139 0 0.69 0.44 0.03 337.89 0.91 0.63
Hex F7 4C 8B 0 45 2C 3 152 5B 3F
Octal 367 114 213 0 105 54 3 522 133 77
Binary 11110111 1001100 10001011 0 1000101 101100 11 101010010 1011011 111111

Color Harmonies of #F74C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C8B

Black with #F74C8B

Text Example


Text Example

White with #F74C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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