Html Css Color HEX #F5468A Violet Red

📋 copy color: '#F5468A'

red 245 ◦ green 70 ◦ blue 138

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

Shades of Violet Red #F5468A

Tints of Violet Red #F5468A

RGB

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

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

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

R = 54.08%
G = 15.45%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5468A (or 0xF5468A) is known color: Violet Red. HEX triplet: F5, 46 and 8A. RGB value is (245,70,138). Sum of RGB (Red+Green+Blue) = 245+70+138=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5468A is #0AB975. Grayscale: #818181. Windows color (decimal): -702838 or 9062133. OLE color: 9062133.

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

Color convert

RGB 245 70 138 -
CMYK 0 0.71 0.44 0.04
HSL 336.69º 0.9% 0.62% -
HSV(B) 336.69º 0.71% 0.96% -
XYZ 44.43 25.63 26.65 -
YUV 130.08 132.48 209.97 -
System Red Green Blue C M Y K H S L
Decimal 245 70 138 0 0.71 0.44 0.04 336.69 0.9 0.62
Hex F5 46 8A 0 47 2C 4 151 5A 3E
Octal 365 106 212 0 107 54 4 521 132 76
Binary 11110101 1000110 10001010 0 1000111 101100 100 101010001 1011010 111110

Color Harmonies of #F5468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5468A

Black with #F5468A

Text Example


Text Example

White with #F5468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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