Html Css Color HEX #FD438B Violet Red

📋 copy color: '#FD438B'

red 253 ◦ green 67 ◦ blue 139

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

Shades of Violet Red #FD438B

Tints of Violet Red #FD438B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 55.12%
G = 14.6%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD438B (or 0xFD438B) is known color: Violet Red. HEX triplet: FD, 43 and 8B. RGB value is (253,67,139). Sum of RGB (Red+Green+Blue) = 253+67+139=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD438B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD438B is #02BC74. Grayscale: #828282. Windows color (decimal): -179317 or 9126909. OLE color: 9126909.

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

Color convert

RGB 253 67 139 -
CMYK 0 0.74 0.45 0.01
HSL 336.77º 0.98% 0.63% -
HSV(B) 336.77º 0.74% 0.99% -
XYZ 47.18 26.76 27.11 -
YUV 130.82 132.62 215.15 -
System Red Green Blue C M Y K H S L
Decimal 253 67 139 0 0.74 0.45 0.01 336.77 0.98 0.63
Hex FD 43 8B 0 4A 2D 1 151 62 3F
Octal 375 103 213 0 112 55 1 521 142 77
Binary 11111101 1000011 10001011 0 1001010 101101 1 101010001 1100010 111111

Color Harmonies of #FD438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD438B

Black with #FD438B

Text Example


Text Example

White with #FD438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD438B; }

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

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

background-color css

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

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

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

border-color css

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

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

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