Html Css Color HEX #F74495 Violet Red

📋 copy color: '#F74495'

red 247 ◦ green 68 ◦ blue 149

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

Shades of Violet Red #F74495

Tints of Violet Red #F74495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.11%

R = 53.23%
G = 14.66%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F74495 (or 0xF74495) is known color: Violet Red. HEX triplet: F7, 44 and 95. RGB value is (247,68,149). Sum of RGB (Red+Green+Blue) = 247+68+149=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F74495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74495 is #08BB6A. Grayscale: #828282. Windows color (decimal): -572267 or 9782519. OLE color: 9782519.

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

Color convert

RGB 247 68 149 -
CMYK 0 0.72 0.40 0.03
HSL 332.85º 0.92% 0.62% -
HSV(B) 332.85º 0.72% 0.97% -
XYZ 45.85 26.08 31.05 -
YUV 130.76 138.3 210.91 -
System Red Green Blue C M Y K H S L
Decimal 247 68 149 0 0.72 0.40 0.03 332.85 0.92 0.62
Hex F7 44 95 0 48 28 3 14D 5C 3E
Octal 367 104 225 0 110 50 3 515 134 76
Binary 11110111 1000100 10010101 0 1001000 101000 11 101001101 1011100 111110

Color Harmonies of #F74495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74495

Black with #F74495

Text Example


Text Example

White with #F74495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74495; }

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

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

background-color css

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

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

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

border-color css

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

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

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