Html Css Color HEX #F5418A Violet Red

📋 copy color: '#F5418A'

red 245 ◦ green 65 ◦ blue 138

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

Shades of Violet Red #F5418A

Tints of Violet Red #F5418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.8%

R = 54.69%
G = 14.51%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5418A (or 0xF5418A) is known color: Violet Red. HEX triplet: F5, 41 and 8A. RGB value is (245,65,138). Sum of RGB (Red+Green+Blue) = 245+65+138=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F5418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5418A is #0ABE75. Grayscale: #7F7F7F. Windows color (decimal): -704118 or 9060853. OLE color: 9060853.

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

Color convert

RGB 245 65 138 -
CMYK 0 0.73 0.44 0.04
HSL 335.67º 0.9% 0.61% -
HSV(B) 335.67º 0.73% 0.96% -
XYZ 44.13 25.03 26.55 -
YUV 127.14 134.13 212.06 -
System Red Green Blue C M Y K H S L
Decimal 245 65 138 0 0.73 0.44 0.04 335.67 0.9 0.61
Hex F5 41 8A 0 49 2C 4 150 5A 3D
Octal 365 101 212 0 111 54 4 520 132 75
Binary 11110101 1000001 10001010 0 1001001 101100 100 101010000 1011010 111101

Color Harmonies of #F5418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5418A

Black with #F5418A

Text Example


Text Example

White with #F5418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5418A; }

 p { color: rgb(245,65,138); }

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

background-color css

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

 a { background-color: rgb(245,65,138); }

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

border-color css

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

 span { border-color: rgb(245,65,138); }

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