Html Css Color HEX #FD3A8A Violet Red

📋 copy color: '#FD3A8A'

red 253 ◦ green 58 ◦ blue 138

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

Shades of Violet Red #FD3A8A

Tints of Violet Red #FD3A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 56.35%
G = 12.92%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD3A8A (or 0xFD3A8A) is known color: Violet Red. HEX triplet: FD, 3A and 8A. RGB value is (253,58,138). Sum of RGB (Red+Green+Blue) = 253+58+138=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3A8A is #02C575. Grayscale: #7D7D7D. Windows color (decimal): -181622 or 9059069. OLE color: 9059069.

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

Color convert

RGB 253 58 138 -
CMYK 0 0.77 0.45 0.01
HSL 335.38º 0.98% 0.61% -
HSV(B) 335.38º 0.77% 0.99% -
XYZ 46.61 25.74 26.56 -
YUV 125.43 135.1 219 -
System Red Green Blue C M Y K H S L
Decimal 253 58 138 0 0.77 0.45 0.01 335.38 0.98 0.61
Hex FD 3A 8A 0 4D 2D 1 14F 62 3D
Octal 375 72 212 0 115 55 1 517 142 75
Binary 11111101 111010 10001010 0 1001101 101101 1 101001111 1100010 111101

Color Harmonies of #FD3A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A8A

Black with #FD3A8A

Text Example


Text Example

White with #FD3A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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