Html Css Color HEX #FD467B Violet Red

📋 copy color: '#FD467B'

red 253 ◦ green 70 ◦ blue 123

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

Shades of Violet Red #FD467B

Tints of Violet Red #FD467B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.58%

R = 56.73%
G = 15.7%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD467B (or 0xFD467B) is known color: Violet Red. HEX triplet: FD, 46 and 7B. RGB value is (253,70,123). Sum of RGB (Red+Green+Blue) = 253+70+123=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD467B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD467B is #02B984. Grayscale: #828282. Windows color (decimal): -178565 or 8079101. OLE color: 8079101.

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

Color convert

RGB 253 70 123 -
CMYK 0 0.72 0.51 0.01
HSL 342.62º 0.98% 0.63% -
HSV(B) 342.62º 0.72% 0.99% -
XYZ 46.27 26.69 21.45 -
YUV 130.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 253 70 123 0 0.72 0.51 0.01 342.62 0.98 0.63
Hex FD 46 7B 0 48 33 1 157 62 3F
Octal 375 106 173 0 110 63 1 527 142 77
Binary 11111101 1000110 1111011 0 1001000 110011 1 101010111 1100010 111111

Color Harmonies of #FD467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD467B

Black with #FD467B

Text Example


Text Example

White with #FD467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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