Html Css Color HEX #FD468E Violet Red

📋 copy color: '#FD468E'

red 253 ◦ green 70 ◦ blue 142

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

Shades of Violet Red #FD468E

Tints of Violet Red #FD468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 54.41%
G = 15.05%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD468E (or 0xFD468E) is known color: Violet Red. HEX triplet: FD, 46 and 8E. RGB value is (253,70,142). Sum of RGB (Red+Green+Blue) = 253+70+142=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD468E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD468E is #02B971. Grayscale: #848484. Windows color (decimal): -178546 or 9324285. OLE color: 9324285.

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

Color convert

RGB 253 70 142 -
CMYK 0 0.72 0.44 0.01
HSL 336.39º 0.98% 0.63% -
HSV(B) 336.39º 0.72% 0.99% -
XYZ 47.58 27.22 28.34 -
YUV 132.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 253 70 142 0 0.72 0.44 0.01 336.39 0.98 0.63
Hex FD 46 8E 0 48 2C 1 150 62 3F
Octal 375 106 216 0 110 54 1 520 142 77
Binary 11111101 1000110 10001110 0 1001000 101100 1 101010000 1100010 111111

Color Harmonies of #FD468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD468E

Black with #FD468E

Text Example


Text Example

White with #FD468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD468E; }

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

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

background-color css

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

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

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

border-color css

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

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

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