Html Css Color HEX #FD3A7D Violet Red

📋 copy color: '#FD3A7D'

red 253 ◦ green 58 ◦ blue 125

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

Shades of Violet Red #FD3A7D

Tints of Violet Red #FD3A7D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.3%

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 58.03%
G = 13.3%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD3A7D (or 0xFD3A7D) is known color: Violet Red. HEX triplet: FD, 3A and 7D. RGB value is (253,58,125). Sum of RGB (Red+Green+Blue) = 253+58+125=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3A7D is #02C582. Grayscale: #7B7B7B. Windows color (decimal): -181635 or 8207101. OLE color: 8207101.

HSL color Cylindrical-coordinate representation of color #FD3A7D: hue angle of 339.38º 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 #FD3A7D is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 58 125 -
CMYK 0 0.77 0.51 0.01
HSL 339.38º 0.98% 0.61% -
HSV(B) 339.38º 0.77% 0.99% -
XYZ 45.72 25.39 21.89 -
YUV 123.94 128.6 220.05 -
System Red Green Blue C M Y K H S L
Decimal 253 58 125 0 0.77 0.51 0.01 339.38 0.98 0.61
Hex FD 3A 7D 0 4D 33 1 153 62 3D
Octal 375 72 175 0 115 63 1 523 142 75
Binary 11111101 111010 1111101 0 1001101 110011 1 101010011 1100010 111101

Color Harmonies of #FD3A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A7D

Black with #FD3A7D

Text Example


Text Example

White with #FD3A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A7D; }

 p { color: rgb(253,58,125); }

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

background-color css

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

 a { background-color: rgb(253,58,125); }

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

border-color css

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

 span { border-color: rgb(253,58,125); }

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