Html Css Color HEX #F74D7D French Rose

📋 copy color: '#F74D7D'

red 247 ◦ green 77 ◦ blue 125

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

Shades of French Rose #F74D7D

Tints of French Rose #F74D7D

RGB

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

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

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

R = 55.01%
G = 17.15%
B = 27.84%

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

#F74D7D (or 0xF74D7D) is known color: French Rose. HEX triplet: F7, 4D and 7D. RGB value is (247,77,125). Sum of RGB (Red+Green+Blue) = 247+77+125=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74D7D is #08B282. Grayscale: #858585. Windows color (decimal): -569987 or 8211959. OLE color: 8211959.

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

Color convert

RGB 247 77 125 -
CMYK 0 0.69 0.49 0.03
HSL 343.06º 0.91% 0.64% -
HSV(B) 343.06º 0.69% 0.97% -
XYZ 44.71 26.56 22.17 -
YUV 133.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 247 77 125 0 0.69 0.49 0.03 343.06 0.91 0.64
Hex F7 4D 7D 0 45 31 3 157 5B 40
Octal 367 115 175 0 105 61 3 527 133 100
Binary 11110111 1001101 1111101 0 1000101 110001 11 101010111 1011011 1000000

Color Harmonies of #F74D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D7D

Black with #F74D7D

Text Example


Text Example

White with #F74D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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