Html Css Color HEX #F5418F Violet Red

📋 copy color: '#F5418F'

red 245 ◦ green 65 ◦ blue 143

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

Shades of Violet Red #F5418F

Tints of Violet Red #F5418F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.57%

R = 54.08%
G = 14.35%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5418F (or 0xF5418F) is known color: Violet Red. HEX triplet: F5, 41 and 8F. RGB value is (245,65,143). Sum of RGB (Red+Green+Blue) = 245+65+143=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5418F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5418F is #0ABE70. Grayscale: #7F7F7F. Windows color (decimal): -704113 or 9388533. OLE color: 9388533.

HSL color Cylindrical-coordinate representation of color #F5418F: hue angle of 334º 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 #F5418F is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 65 143 -
CMYK 0 0.73 0.42 0.04
HSL 334º 0.9% 0.61% -
HSV(B) 334º 0.73% 0.96% -
XYZ 44.5 25.18 28.5 -
YUV 127.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 245 65 143 0 0.73 0.42 0.04 334 0.9 0.61
Hex F5 41 8F 0 49 2A 4 14E 5A 3D
Octal 365 101 217 0 111 52 4 516 132 75
Binary 11110101 1000001 10001111 0 1001001 101010 100 101001110 1011010 111101

Color Harmonies of #F5418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5418F

Black with #F5418F

Text Example


Text Example

White with #F5418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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