Html Css Color HEX #F74D7C French Rose

📋 copy color: '#F74D7C'

red 247 ◦ green 77 ◦ blue 124

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

Shades of French Rose #F74D7C

Tints of French Rose #F74D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.19%

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 55.13%
G = 17.19%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F74D7C (or 0xF74D7C) is known color: French Rose. HEX triplet: F7, 4D and 7C. RGB value is (247,77,124). Sum of RGB (Red+Green+Blue) = 247+77+124=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74D7C is #08B283. Grayscale: #858585. Windows color (decimal): -569988 or 8146423. OLE color: 8146423.

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

Color convert

RGB 247 77 124 -
CMYK 0 0.69 0.50 0.03
HSL 343.41º 0.91% 0.64% -
HSV(B) 343.41º 0.69% 0.97% -
XYZ 44.65 26.54 21.84 -
YUV 133.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 247 77 124 0 0.69 0.50 0.03 343.41 0.91 0.64
Hex F7 4D 7C 0 45 32 3 157 5B 40
Octal 367 115 174 0 105 62 3 527 133 100
Binary 11110111 1001101 1111100 0 1000101 110010 11 101010111 1011011 1000000

Color Harmonies of #F74D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D7C

Black with #F74D7C

Text Example


Text Example

White with #F74D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D7C; }

 p { color: rgb(247,77,124); }

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

background-color css

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

 a { background-color: rgb(247,77,124); }

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

border-color css

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

 span { border-color: rgb(247,77,124); }

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