Html Css Color HEX #FB428B Violet Red

📋 copy color: '#FB428B'

red 251 ◦ green 66 ◦ blue 139

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

Shades of Violet Red #FB428B

Tints of Violet Red #FB428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.47%

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 55.04%
G = 14.47%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB428B (or 0xFB428B) is known color: Violet Red. HEX triplet: FB, 42 and 8B. RGB value is (251,66,139). Sum of RGB (Red+Green+Blue) = 251+66+139=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB428B is #04BD74. Grayscale: #818181. Windows color (decimal): -310645 or 9126651. OLE color: 9126651.

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

Color convert

RGB 251 66 139 -
CMYK 0 0.74 0.45 0.02
HSL 336.32º 0.96% 0.62% -
HSV(B) 336.32º 0.74% 0.98% -
XYZ 46.39 26.27 27.05 -
YUV 129.64 133.29 214.56 -
System Red Green Blue C M Y K H S L
Decimal 251 66 139 0 0.74 0.45 0.02 336.32 0.96 0.62
Hex FB 42 8B 0 4A 2D 2 150 60 3E
Octal 373 102 213 0 112 55 2 520 140 76
Binary 11111011 1000010 10001011 0 1001010 101101 10 101010000 1100000 111110

Color Harmonies of #FB428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB428B

Black with #FB428B

Text Example


Text Example

White with #FB428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB428B; }

 p { color: rgb(251,66,139); }

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

background-color css

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

 a { background-color: rgb(251,66,139); }

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

border-color css

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

 span { border-color: rgb(251,66,139); }

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