Html Css Color HEX #FD438C Violet Red

📋 copy color: '#FD438C'

red 253 ◦ green 67 ◦ blue 140

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

Shades of Violet Red #FD438C

Tints of Violet Red #FD438C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.43%

R = 55%
G = 14.57%
B = 30.43%

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

#FD438C (or 0xFD438C) is known color: Violet Red. HEX triplet: FD, 43 and 8C. RGB value is (253,67,140). Sum of RGB (Red+Green+Blue) = 253+67+140=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD438C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD438C is #02BC73. Grayscale: #828282. Windows color (decimal): -179316 or 9192445. OLE color: 9192445.

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

Color convert

RGB 253 67 140 -
CMYK 0 0.74 0.45 0.01
HSL 336.45º 0.98% 0.63% -
HSV(B) 336.45º 0.74% 0.99% -
XYZ 47.25 26.79 27.49 -
YUV 130.94 133.12 215.06 -
System Red Green Blue C M Y K H S L
Decimal 253 67 140 0 0.74 0.45 0.01 336.45 0.98 0.63
Hex FD 43 8C 0 4A 2D 1 150 62 3F
Octal 375 103 214 0 112 55 1 520 142 77
Binary 11111101 1000011 10001100 0 1001010 101101 1 101010000 1100010 111111

Color Harmonies of #FD438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD438C

Black with #FD438C

Text Example


Text Example

White with #FD438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD438C; }

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

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

background-color css

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

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

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

border-color css

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

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

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