Html Css Color HEX #F74982 French Rose

📋 copy color: '#F74982'

red 247 ◦ green 73 ◦ blue 130

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

Shades of French Rose #F74982

Tints of French Rose #F74982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.89%

R = 54.89%
G = 16.22%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F74982 (or 0xF74982) is known color: French Rose. HEX triplet: F7, 49 and 82. RGB value is (247,73,130). Sum of RGB (Red+Green+Blue) = 247+73+130=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F74982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74982 is #08B67D. Grayscale: #838383. Windows color (decimal): -571006 or 8538615. OLE color: 8538615.

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

Color convert

RGB 247 73 130 -
CMYK 0 0.70 0.47 0.03
HSL 340.34º 0.92% 0.63% -
HSV(B) 340.34º 0.7% 0.97% -
XYZ 44.77 26.15 23.81 -
YUV 131.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 247 73 130 0 0.70 0.47 0.03 340.34 0.92 0.63
Hex F7 49 82 0 46 2F 3 154 5C 3F
Octal 367 111 202 0 106 57 3 524 134 77
Binary 11110111 1001001 10000010 0 1000110 101111 11 101010100 1011100 111111

Color Harmonies of #F74982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74982

Black with #F74982

Text Example


Text Example

White with #F74982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74982; }

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

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

background-color css

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

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

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

border-color css

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

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

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