Html Css Color HEX #F74990 French Rose

📋 copy color: '#F74990'

red 247 ◦ green 73 ◦ blue 144

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

Shades of French Rose #F74990

Tints of French Rose #F74990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.73%

 BLUE value IS 144 (56.64% from 255) = 31.03%

R = 53.23%
G = 15.73%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F74990 (or 0xF74990) is known color: French Rose. HEX triplet: F7, 49 and 90. RGB value is (247,73,144). Sum of RGB (Red+Green+Blue) = 247+73+144=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F74990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74990 is #08B66F. Grayscale: #858585. Windows color (decimal): -570992 or 9456119. OLE color: 9456119.

HSL color Cylindrical-coordinate representation of color #F74990: hue angle of 335.52º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74990 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 73 144 -
CMYK 0 0.70 0.42 0.03
HSL 335.52º 0.92% 0.63% -
HSV(B) 335.52º 0.7% 0.97% -
XYZ 45.77 26.55 29.1 -
YUV 133.12 134.15 209.23 -
System Red Green Blue C M Y K H S L
Decimal 247 73 144 0 0.70 0.42 0.03 335.52 0.92 0.63
Hex F7 49 90 0 46 2A 3 150 5C 3F
Octal 367 111 220 0 106 52 3 520 134 77
Binary 11110111 1001001 10010000 0 1000110 101010 11 101010000 1011100 111111

Color Harmonies of #F74990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74990

Black with #F74990

Text Example


Text Example

White with #F74990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74990; }

 p { color: rgb(247,73,144); }

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

background-color css

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

 a { background-color: rgb(247,73,144); }

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

border-color css

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

 span { border-color: rgb(247,73,144); }

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