Html Css Color HEX #FB478D Violet Red

📋 copy color: '#FB478D'

red 251 ◦ green 71 ◦ blue 141

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

Shades of Violet Red #FB478D

Tints of Violet Red #FB478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 54.21%
G = 15.33%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB478D (or 0xFB478D) is known color: Violet Red. HEX triplet: FB, 47 and 8D. RGB value is (251,71,141). Sum of RGB (Red+Green+Blue) = 251+71+141=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB478D is #04B872. Grayscale: #848484. Windows color (decimal): -309363 or 9259003. OLE color: 9259003.

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

Color convert

RGB 251 71 141 -
CMYK 0 0.72 0.44 0.02
HSL 336.67º 0.96% 0.63% -
HSV(B) 336.67º 0.72% 0.98% -
XYZ 46.84 26.94 27.93 -
YUV 132.8 132.63 212.31 -
System Red Green Blue C M Y K H S L
Decimal 251 71 141 0 0.72 0.44 0.02 336.67 0.96 0.63
Hex FB 47 8D 0 48 2C 2 151 60 3F
Octal 373 107 215 0 110 54 2 521 140 77
Binary 11111011 1000111 10001101 0 1001000 101100 10 101010001 1100000 111111

Color Harmonies of #FB478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB478D

Black with #FB478D

Text Example


Text Example

White with #FB478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB478D; }

 p { color: rgb(251,71,141); }

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

background-color css

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

 a { background-color: rgb(251,71,141); }

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

border-color css

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

 span { border-color: rgb(251,71,141); }

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