Html Css Color HEX #F5407D Violet Red

📋 copy color: '#F5407D'

red 245 ◦ green 64 ◦ blue 125

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

Shades of Violet Red #F5407D

Tints of Violet Red #F5407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.75%

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 56.45%
G = 14.75%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5407D (or 0xF5407D) is known color: Violet Red. HEX triplet: F5, 40 and 7D. RGB value is (245,64,125). Sum of RGB (Red+Green+Blue) = 245+64+125=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5407D is #0ABF82. Grayscale: #7D7D7D. Windows color (decimal): -704387 or 8208629. OLE color: 8208629.

HSL color Cylindrical-coordinate representation of color #F5407D: hue angle of 339.78º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5407D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 64 125 -
CMYK 0 0.74 0.49 0.04
HSL 339.78º 0.9% 0.61% -
HSV(B) 339.78º 0.74% 0.96% -
XYZ 43.19 24.56 21.87 -
YUV 125.07 127.97 213.54 -
System Red Green Blue C M Y K H S L
Decimal 245 64 125 0 0.74 0.49 0.04 339.78 0.9 0.61
Hex F5 40 7D 0 4A 31 4 154 5A 3D
Octal 365 100 175 0 112 61 4 524 132 75
Binary 11110101 1000000 1111101 0 1001010 110001 100 101010100 1011010 111101

Color Harmonies of #F5407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5407D

Black with #F5407D

Text Example


Text Example

White with #F5407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5407D; }

 p { color: rgb(245,64,125); }

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

background-color css

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

 a { background-color: rgb(245,64,125); }

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

border-color css

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

 span { border-color: rgb(245,64,125); }

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