Html Css Color HEX #F5468F Violet Red

📋 copy color: '#F5468F'

red 245 ◦ green 70 ◦ blue 143

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

Shades of Violet Red #F5468F

Tints of Violet Red #F5468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.28%

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

R = 53.49%
G = 15.28%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5468F (or 0xF5468F) is known color: Violet Red. HEX triplet: F5, 46 and 8F. RGB value is (245,70,143). Sum of RGB (Red+Green+Blue) = 245+70+143=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F5468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5468F is #0AB970. Grayscale: #828282. Windows color (decimal): -702833 or 9389813. OLE color: 9389813.

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

Color convert

RGB 245 70 143 -
CMYK 0 0.71 0.42 0.04
HSL 334.97º 0.9% 0.62% -
HSV(B) 334.97º 0.71% 0.96% -
XYZ 44.8 25.78 28.6 -
YUV 130.65 134.98 209.56 -
System Red Green Blue C M Y K H S L
Decimal 245 70 143 0 0.71 0.42 0.04 334.97 0.9 0.62
Hex F5 46 8F 0 47 2A 4 14F 5A 3E
Octal 365 106 217 0 107 52 4 517 132 76
Binary 11110101 1000110 10001111 0 1000111 101010 100 101001111 1011010 111110

Color Harmonies of #F5468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5468F

Black with #F5468F

Text Example


Text Example

White with #F5468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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