Html Css Color HEX #FD3978 Violet Red

📋 copy color: '#FD3978'

red 253 ◦ green 57 ◦ blue 120

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

Shades of Violet Red #FD3978

Tints of Violet Red #FD3978

RGB

 RED value IS 253 (99.22% from 255) = 58.84%

 GREEN value IS 57 (22.66% from 255) = 13.26%

 BLUE value IS 120 (47.27% from 255) = 27.91%

R = 58.84%
G = 13.26%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD3978 (or 0xFD3978) is known color: Violet Red. HEX triplet: FD, 39 and 78. RGB value is (253,57,120). Sum of RGB (Red+Green+Blue) = 253+57+120=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3978 is #02C687. Grayscale: #7A7A7A. Windows color (decimal): -181896 or 7879165. OLE color: 7879165.

HSL color Cylindrical-coordinate representation of color #FD3978: hue angle of 340.71º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3978 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 57 120 -
CMYK 0 0.77 0.53 0.01
HSL 340.71º 0.98% 0.61% -
HSV(B) 340.71º 0.77% 0.99% -
XYZ 45.36 25.16 20.24 -
YUV 122.79 126.43 220.88 -
System Red Green Blue C M Y K H S L
Decimal 253 57 120 0 0.77 0.53 0.01 340.71 0.98 0.61
Hex FD 39 78 0 4D 35 1 155 62 3D
Octal 375 71 170 0 115 65 1 525 142 75
Binary 11111101 111001 1111000 0 1001101 110101 1 101010101 1100010 111101

Color Harmonies of #FD3978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3978

Black with #FD3978

Text Example


Text Example

White with #FD3978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3978; }

 p { color: rgb(253,57,120); }

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

background-color css

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

 a { background-color: rgb(253,57,120); }

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

border-color css

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

 span { border-color: rgb(253,57,120); }

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