Html Css Color HEX #FB467D Violet Red

📋 copy color: '#FB467D'

red 251 ◦ green 70 ◦ blue 125

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

Shades of Violet Red #FB467D

Tints of Violet Red #FB467D

RGB

 RED value IS 251 (98.44% from 255) = 56.28%

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

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 56.28%
G = 15.7%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB467D (or 0xFB467D) is known color: Violet Red. HEX triplet: FB, 46 and 7D. RGB value is (251,70,125). Sum of RGB (Red+Green+Blue) = 251+70+125=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB467D is #04B982. Grayscale: #828282. Windows color (decimal): -309635 or 8210171. OLE color: 8210171.

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

Color convert

RGB 251 70 125 -
CMYK 0 0.72 0.50 0.02
HSL 341.77º 0.96% 0.63% -
HSV(B) 341.77º 0.72% 0.98% -
XYZ 45.68 26.37 22.08 -
YUV 130.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 251 70 125 0 0.72 0.50 0.02 341.77 0.96 0.63
Hex FB 46 7D 0 48 32 2 156 60 3F
Octal 373 106 175 0 110 62 2 526 140 77
Binary 11111011 1000110 1111101 0 1001000 110010 10 101010110 1100000 111111

Color Harmonies of #FB467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB467D

Black with #FB467D

Text Example


Text Example

White with #FB467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB467D; }

 p { color: rgb(251,70,125); }

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

background-color css

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

 a { background-color: rgb(251,70,125); }

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

border-color css

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

 span { border-color: rgb(251,70,125); }

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