Html Css Color HEX #F74395 Violet Red

📋 copy color: '#F74395'

red 247 ◦ green 67 ◦ blue 149

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

Shades of Violet Red #F74395

Tints of Violet Red #F74395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.47%

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

R = 53.35%
G = 14.47%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F74395 (or 0xF74395) is known color: Violet Red. HEX triplet: F7, 43 and 95. RGB value is (247,67,149). Sum of RGB (Red+Green+Blue) = 247+67+149=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F74395 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74395 is #08BC6A. Grayscale: #828282. Windows color (decimal): -572523 or 9782263. OLE color: 9782263.

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

Color convert

RGB 247 67 149 -
CMYK 0 0.73 0.40 0.03
HSL 332.67º 0.92% 0.62% -
HSV(B) 332.67º 0.73% 0.97% -
XYZ 45.79 25.96 31.03 -
YUV 130.17 138.63 211.33 -
System Red Green Blue C M Y K H S L
Decimal 247 67 149 0 0.73 0.40 0.03 332.67 0.92 0.62
Hex F7 43 95 0 49 28 3 14D 5C 3E
Octal 367 103 225 0 111 50 3 515 134 76
Binary 11110111 1000011 10010101 0 1001001 101000 11 101001101 1011100 111110

Color Harmonies of #F74395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74395

Black with #F74395

Text Example


Text Example

White with #F74395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74395; }

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

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

background-color css

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

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

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

border-color css

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

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

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