Html Css Color HEX #F53478 Violet Red

📋 copy color: '#F53478'

red 245 ◦ green 52 ◦ blue 120

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

Shades of Violet Red #F53478

Tints of Violet Red #F53478

RGB

 RED value IS 245 (96.09% from 255) = 58.75%

 GREEN value IS 52 (20.7% from 255) = 12.47%

 BLUE value IS 120 (47.27% from 255) = 28.78%

R = 58.75%
G = 12.47%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F53478 (or 0xF53478) is known color: Violet Red. HEX triplet: F5, 34 and 78. RGB value is (245,52,120). Sum of RGB (Red+Green+Blue) = 245+52+120=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F53478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53478 is #0ACB87. Grayscale: #757575. Windows color (decimal): -707464 or 7877877. OLE color: 7877877.

HSL color Cylindrical-coordinate representation of color #F53478: hue angle of 338.86º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53478 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 52 120 -
CMYK 0 0.79 0.51 0.04
HSL 338.86º 0.91% 0.58% -
HSV(B) 338.86º 0.79% 0.96% -
XYZ 42.27 23.22 20.02 -
YUV 117.46 129.44 218.97 -
System Red Green Blue C M Y K H S L
Decimal 245 52 120 0 0.79 0.51 0.04 338.86 0.91 0.58
Hex F5 34 78 0 4F 33 4 153 5B 3A
Octal 365 64 170 0 117 63 4 523 133 72
Binary 11110101 110100 1111000 0 1001111 110011 100 101010011 1011011 111010

Color Harmonies of #F53478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53478

Black with #F53478

Text Example


Text Example

White with #F53478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53478; }

 p { color: rgb(245,52,120); }

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

background-color css

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

 a { background-color: rgb(245,52,120); }

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

border-color css

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

 span { border-color: rgb(245,52,120); }

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