Html Css Color HEX #F74497 Violet Red

📋 copy color: '#F74497'

red 247 ◦ green 68 ◦ blue 151

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

Shades of Violet Red #F74497

Tints of Violet Red #F74497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.59%

 BLUE value IS 151 (59.38% from 255) = 32.4%

R = 53%
G = 14.59%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F74497 (or 0xF74497) is known color: Violet Red. HEX triplet: F7, 44 and 97. RGB value is (247,68,151). Sum of RGB (Red+Green+Blue) = 247+68+151=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F74497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74497 is #08BB68. Grayscale: #828282. Windows color (decimal): -572265 or 9913591. OLE color: 9913591.

HSL color Cylindrical-coordinate representation of color #F74497: hue angle of 332.18º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F74497 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 68 151 -
CMYK 0 0.72 0.39 0.03
HSL 332.18º 0.92% 0.62% -
HSV(B) 332.18º 0.72% 0.97% -
XYZ 46.01 26.14 31.9 -
YUV 130.98 139.3 210.75 -
System Red Green Blue C M Y K H S L
Decimal 247 68 151 0 0.72 0.39 0.03 332.18 0.92 0.62
Hex F7 44 97 0 48 27 3 14C 5C 3E
Octal 367 104 227 0 110 47 3 514 134 76
Binary 11110111 1000100 10010111 0 1001000 100111 11 101001100 1011100 111110

Color Harmonies of #F74497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74497

Black with #F74497

Text Example


Text Example

White with #F74497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74497; }

 p { color: rgb(247,68,151); }

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

background-color css

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

 a { background-color: rgb(247,68,151); }

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

border-color css

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

 span { border-color: rgb(247,68,151); }

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