Html Css Color HEX #FD468A Violet Red

📋 copy color: '#FD468A'

red 253 ◦ green 70 ◦ blue 138

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

Shades of Violet Red #FD468A

Tints of Violet Red #FD468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.18%

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 54.88%
G = 15.18%
B = 29.93%

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

#FD468A (or 0xFD468A) is known color: Violet Red. HEX triplet: FD, 46 and 8A. RGB value is (253,70,138). Sum of RGB (Red+Green+Blue) = 253+70+138=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD468A is #02B975. Grayscale: #848484. Windows color (decimal): -178550 or 9062141. OLE color: 9062141.

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

Color convert

RGB 253 70 138 -
CMYK 0 0.72 0.45 0.01
HSL 337.7º 0.98% 0.63% -
HSV(B) 337.7º 0.72% 0.99% -
XYZ 47.29 27.1 26.78 -
YUV 132.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 253 70 138 0 0.72 0.45 0.01 337.7 0.98 0.63
Hex FD 46 8A 0 48 2D 1 152 62 3F
Octal 375 106 212 0 110 55 1 522 142 77
Binary 11111101 1000110 10001010 0 1001000 101101 1 101010010 1100010 111111

Color Harmonies of #FD468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD468A

Black with #FD468A

Text Example


Text Example

White with #FD468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD468A; }

 p { color: rgb(253,70,138); }

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

background-color css

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

 a { background-color: rgb(253,70,138); }

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

border-color css

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

 span { border-color: rgb(253,70,138); }

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