Html Css Color HEX #FB448D Violet Red

📋 copy color: '#FB448D'

red 251 ◦ green 68 ◦ blue 141

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

Shades of Violet Red #FB448D

Tints of Violet Red #FB448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.78%

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

R = 54.57%
G = 14.78%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB448D (or 0xFB448D) is known color: Violet Red. HEX triplet: FB, 44 and 8D. RGB value is (251,68,141). Sum of RGB (Red+Green+Blue) = 251+68+141=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB448D is #04BB72. Grayscale: #828282. Windows color (decimal): -310131 or 9258235. OLE color: 9258235.

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

Color convert

RGB 251 68 141 -
CMYK 0 0.73 0.44 0.02
HSL 336.07º 0.96% 0.63% -
HSV(B) 336.07º 0.73% 0.98% -
XYZ 46.66 26.57 27.87 -
YUV 131.04 133.63 213.56 -
System Red Green Blue C M Y K H S L
Decimal 251 68 141 0 0.73 0.44 0.02 336.07 0.96 0.63
Hex FB 44 8D 0 49 2C 2 150 60 3F
Octal 373 104 215 0 111 54 2 520 140 77
Binary 11111011 1000100 10001101 0 1001001 101100 10 101010000 1100000 111111

Color Harmonies of #FB448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB448D

Black with #FB448D

Text Example


Text Example

White with #FB448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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