Html Css Color HEX #F74D91 French Rose

📋 copy color: '#F74D91'

red 247 ◦ green 77 ◦ blue 145

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

Shades of French Rose #F74D91

Tints of French Rose #F74D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.92%

R = 52.67%
G = 16.42%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F74D91 (or 0xF74D91) is known color: French Rose. HEX triplet: F7, 4D and 91. RGB value is (247,77,145). Sum of RGB (Red+Green+Blue) = 247+77+145=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74D91 is #08B26E. Grayscale: #878787. Windows color (decimal): -569967 or 9522679. OLE color: 9522679.

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

Color convert

RGB 247 77 145 -
CMYK 0 0.69 0.41 0.03
HSL 336º 0.91% 0.64% -
HSV(B) 336º 0.69% 0.97% -
XYZ 46.12 27.13 29.59 -
YUV 135.58 133.32 207.47 -
System Red Green Blue C M Y K H S L
Decimal 247 77 145 0 0.69 0.41 0.03 336 0.91 0.64
Hex F7 4D 91 0 45 29 3 150 5B 40
Octal 367 115 221 0 105 51 3 520 133 100
Binary 11110111 1001101 10010001 0 1000101 101001 11 101010000 1011011 1000000

Color Harmonies of #F74D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D91

Black with #F74D91

Text Example


Text Example

White with #F74D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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