Html Css Color HEX #FD3F8C Violet Red

📋 copy color: '#FD3F8C'

red 253 ◦ green 63 ◦ blue 140

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

Shades of Violet Red #FD3F8C

Tints of Violet Red #FD3F8C

RGB

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

 GREEN value IS 63 (25% from 255) = 13.82%

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

R = 55.48%
G = 13.82%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD3F8C (or 0xFD3F8C) is known color: Violet Red. HEX triplet: FD, 3F and 8C. RGB value is (253,63,140). Sum of RGB (Red+Green+Blue) = 253+63+140=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3F8C is #02C073. Grayscale: #808080. Windows color (decimal): -180340 or 9191421. OLE color: 9191421.

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

Color convert

RGB 253 63 140 -
CMYK 0 0.75 0.45 0.01
HSL 335.68º 0.98% 0.62% -
HSV(B) 335.68º 0.75% 0.99% -
XYZ 47.02 26.33 27.42 -
YUV 128.59 134.45 216.74 -
System Red Green Blue C M Y K H S L
Decimal 253 63 140 0 0.75 0.45 0.01 335.68 0.98 0.62
Hex FD 3F 8C 0 4B 2D 1 150 62 3E
Octal 375 77 214 0 113 55 1 520 142 76
Binary 11111101 111111 10001100 0 1001011 101101 1 101010000 1100010 111110

Color Harmonies of #FD3F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3F8C

Black with #FD3F8C

Text Example


Text Example

White with #FD3F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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