Html Css Color HEX #FD438D Violet Red

📋 copy color: '#FD438D'

red 253 ◦ green 67 ◦ blue 141

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

Shades of Violet Red #FD438D

Tints of Violet Red #FD438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.53%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 54.88%
G = 14.53%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD438D (or 0xFD438D) is known color: Violet Red. HEX triplet: FD, 43 and 8D. RGB value is (253,67,141). Sum of RGB (Red+Green+Blue) = 253+67+141=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD438D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD438D is #02BC72. Grayscale: #828282. Windows color (decimal): -179315 or 9257981. OLE color: 9257981.

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

Color convert

RGB 253 67 141 -
CMYK 0 0.74 0.44 0.01
HSL 336.13º 0.98% 0.63% -
HSV(B) 336.13º 0.74% 0.99% -
XYZ 47.32 26.82 27.88 -
YUV 131.05 133.62 214.98 -
System Red Green Blue C M Y K H S L
Decimal 253 67 141 0 0.74 0.44 0.01 336.13 0.98 0.63
Hex FD 43 8D 0 4A 2C 1 150 62 3F
Octal 375 103 215 0 112 54 1 520 142 77
Binary 11111101 1000011 10001101 0 1001010 101100 1 101010000 1100010 111111

Color Harmonies of #FD438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD438D

Black with #FD438D

Text Example


Text Example

White with #FD438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD438D; }

 p { color: rgb(253,67,141); }

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

background-color css

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

 a { background-color: rgb(253,67,141); }

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

border-color css

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

 span { border-color: rgb(253,67,141); }

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