Html Css Color HEX #F74D8D French Rose

📋 copy color: '#F74D8D'

red 247 ◦ green 77 ◦ blue 141

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

Shades of French Rose #F74D8D

Tints of French Rose #F74D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.32%

R = 53.12%
G = 16.56%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F74D8D (or 0xF74D8D) is known color: French Rose. HEX triplet: F7, 4D and 8D. RGB value is (247,77,141). Sum of RGB (Red+Green+Blue) = 247+77+141=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74D8D is #08B272. Grayscale: #878787. Windows color (decimal): -569971 or 9260535. OLE color: 9260535.

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

Color convert

RGB 247 77 141 -
CMYK 0 0.69 0.43 0.03
HSL 337.41º 0.91% 0.64% -
HSV(B) 337.41º 0.69% 0.97% -
XYZ 45.82 27.01 28 -
YUV 135.13 131.32 207.8 -
System Red Green Blue C M Y K H S L
Decimal 247 77 141 0 0.69 0.43 0.03 337.41 0.91 0.64
Hex F7 4D 8D 0 45 2B 3 151 5B 40
Octal 367 115 215 0 105 53 3 521 133 100
Binary 11110111 1001101 10001101 0 1000101 101011 11 101010001 1011011 1000000

Color Harmonies of #F74D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D8D

Black with #F74D8D

Text Example


Text Example

White with #F74D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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