Html Css Color HEX #F53D7B Violet Red

📋 copy color: '#F53D7B'

red 245 ◦ green 61 ◦ blue 123

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

Shades of Violet Red #F53D7B

Tints of Violet Red #F53D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.67%

R = 57.11%
G = 14.22%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F53D7B (or 0xF53D7B) is known color: Violet Red. HEX triplet: F5, 3D and 7B. RGB value is (245,61,123). Sum of RGB (Red+Green+Blue) = 245+61+123=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53D7B is #0AC284. Grayscale: #7B7B7B. Windows color (decimal): -705157 or 8076789. OLE color: 8076789.

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

Color convert

RGB 245 61 123 -
CMYK 0 0.75 0.50 0.04
HSL 339.78º 0.9% 0.6% -
HSV(B) 339.78º 0.75% 0.96% -
XYZ 42.9 24.18 21.15 -
YUV 123.08 127.96 214.96 -
System Red Green Blue C M Y K H S L
Decimal 245 61 123 0 0.75 0.50 0.04 339.78 0.9 0.6
Hex F5 3D 7B 0 4B 32 4 154 5A 3C
Octal 365 75 173 0 113 62 4 524 132 74
Binary 11110101 111101 1111011 0 1001011 110010 100 101010100 1011010 111100

Color Harmonies of #F53D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D7B

Black with #F53D7B

Text Example


Text Example

White with #F53D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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