Html Css Color HEX #F53F8F Violet Red

📋 copy color: '#F53F8F'

red 245 ◦ green 63 ◦ blue 143

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

Shades of Violet Red #F53F8F

Tints of Violet Red #F53F8F

RGB

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

 GREEN value IS 63 (25% from 255) = 13.97%

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

R = 54.32%
G = 13.97%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F53F8F (or 0xF53F8F) is known color: Violet Red. HEX triplet: F5, 3F and 8F. RGB value is (245,63,143). Sum of RGB (Red+Green+Blue) = 245+63+143=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53F8F is #0AC070. Grayscale: #7E7E7E. Windows color (decimal): -704625 or 9388021. OLE color: 9388021.

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

Color convert

RGB 245 63 143 -
CMYK 0 0.74 0.42 0.04
HSL 333.63º 0.9% 0.6% -
HSV(B) 333.63º 0.74% 0.96% -
XYZ 44.39 24.95 28.46 -
YUV 126.54 137.3 212.5 -
System Red Green Blue C M Y K H S L
Decimal 245 63 143 0 0.74 0.42 0.04 333.63 0.9 0.6
Hex F5 3F 8F 0 4A 2A 4 14E 5A 3C
Octal 365 77 217 0 112 52 4 516 132 74
Binary 11110101 111111 10001111 0 1001010 101010 100 101001110 1011010 111100

Color Harmonies of #F53F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53F8F

Black with #F53F8F

Text Example


Text Example

White with #F53F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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