Html Css Color HEX #F74194 Violet Red

📋 copy color: '#F74194'

red 247 ◦ green 65 ◦ blue 148

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

Shades of Violet Red #F74194

Tints of Violet Red #F74194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.13%

 BLUE value IS 148 (58.2% from 255) = 32.17%

R = 53.7%
G = 14.13%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F74194 (or 0xF74194) is known color: Violet Red. HEX triplet: F7, 41 and 94. RGB value is (247,65,148). Sum of RGB (Red+Green+Blue) = 247+65+148=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F74194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74194 is #08BE6B. Grayscale: #808080. Windows color (decimal): -573036 or 9716215. OLE color: 9716215.

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

Color convert

RGB 247 65 148 -
CMYK 0 0.74 0.40 0.03
HSL 332.64º 0.92% 0.61% -
HSV(B) 332.64º 0.74% 0.97% -
XYZ 45.59 25.69 30.57 -
YUV 128.88 138.8 212.25 -
System Red Green Blue C M Y K H S L
Decimal 247 65 148 0 0.74 0.40 0.03 332.64 0.92 0.61
Hex F7 41 94 0 4A 28 3 14D 5C 3D
Octal 367 101 224 0 112 50 3 515 134 75
Binary 11110111 1000001 10010100 0 1001010 101000 11 101001101 1011100 111101

Color Harmonies of #F74194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74194

Black with #F74194

Text Example


Text Example

White with #F74194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74194; }

 p { color: rgb(247,65,148); }

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

background-color css

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

 a { background-color: rgb(247,65,148); }

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

border-color css

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

 span { border-color: rgb(247,65,148); }

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