Html Css Color HEX #F53D8B Violet Red

📋 copy color: '#F53D8B'

red 245 ◦ green 61 ◦ blue 139

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

Shades of Violet Red #F53D8B

Tints of Violet Red #F53D8B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.71%

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 55.06%
G = 13.71%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F53D8B (or 0xF53D8B) is known color: Violet Red. HEX triplet: F5, 3D and 8B. RGB value is (245,61,139). Sum of RGB (Red+Green+Blue) = 245+61+139=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53D8B is #0AC274. Grayscale: #7C7C7C. Windows color (decimal): -705141 or 9125365. OLE color: 9125365.

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

Color convert

RGB 245 61 139 -
CMYK 0 0.75 0.43 0.04
HSL 334.57º 0.9% 0.6% -
HSV(B) 334.57º 0.75% 0.96% -
XYZ 43.99 24.61 26.86 -
YUV 124.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 245 61 139 0 0.75 0.43 0.04 334.57 0.9 0.6
Hex F5 3D 8B 0 4B 2B 4 14F 5A 3C
Octal 365 75 213 0 113 53 4 517 132 74
Binary 11110101 111101 10001011 0 1001011 101011 100 101001111 1011010 111100

Color Harmonies of #F53D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D8B

Black with #F53D8B

Text Example


Text Example

White with #F53D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D8B; }

 p { color: rgb(245,61,139); }

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

background-color css

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

 a { background-color: rgb(245,61,139); }

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

border-color css

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

 span { border-color: rgb(245,61,139); }

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