Html Css Color HEX #F74291 Violet Red

📋 copy color: '#F74291'

red 247 ◦ green 66 ◦ blue 145

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

Shades of Violet Red #F74291

Tints of Violet Red #F74291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.41%

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

R = 53.93%
G = 14.41%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F74291 (or 0xF74291) is known color: Violet Red. HEX triplet: F7, 42 and 91. RGB value is (247,66,145). Sum of RGB (Red+Green+Blue) = 247+66+145=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F74291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74291 is #08BD6E. Grayscale: #808080. Windows color (decimal): -572783 or 9519863. OLE color: 9519863.

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

Color convert

RGB 247 66 145 -
CMYK 0 0.73 0.41 0.03
HSL 333.81º 0.92% 0.61% -
HSV(B) 333.81º 0.73% 0.97% -
XYZ 45.42 25.71 29.36 -
YUV 129.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 247 66 145 0 0.73 0.41 0.03 333.81 0.92 0.61
Hex F7 42 91 0 49 29 3 14E 5C 3D
Octal 367 102 221 0 111 51 3 516 134 75
Binary 11110111 1000010 10010001 0 1001001 101001 11 101001110 1011100 111101

Color Harmonies of #F74291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74291

Black with #F74291

Text Example


Text Example

White with #F74291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74291; }

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

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

background-color css

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

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

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

border-color css

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

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

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