Html Css Color HEX #FD478B Violet Red

📋 copy color: '#FD478B'

red 253 ◦ green 71 ◦ blue 139

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

Shades of Violet Red #FD478B

Tints of Violet Red #FD478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.33%

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

R = 54.64%
G = 15.33%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD478B (or 0xFD478B) is known color: Violet Red. HEX triplet: FD, 47 and 8B. RGB value is (253,71,139). Sum of RGB (Red+Green+Blue) = 253+71+139=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD478B is #02B874. Grayscale: #858585. Windows color (decimal): -178293 or 9127933. OLE color: 9127933.

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

Color convert

RGB 253 71 139 -
CMYK 0 0.72 0.45 0.01
HSL 337.58º 0.98% 0.64% -
HSV(B) 337.58º 0.72% 0.99% -
XYZ 47.42 27.25 27.19 -
YUV 133.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 253 71 139 0 0.72 0.45 0.01 337.58 0.98 0.64
Hex FD 47 8B 0 48 2D 1 152 62 40
Octal 375 107 213 0 110 55 1 522 142 100
Binary 11111101 1000111 10001011 0 1001000 101101 1 101010010 1100010 1000000

Color Harmonies of #FD478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD478B

Black with #FD478B

Text Example


Text Example

White with #FD478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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