Html Css Color HEX #FB427D Violet Red

📋 copy color: '#FB427D'

red 251 ◦ green 66 ◦ blue 125

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

Shades of Violet Red #FB427D

Tints of Violet Red #FB427D

RGB

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

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

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

R = 56.79%
G = 14.93%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB427D (or 0xFB427D) is known color: Violet Red. HEX triplet: FB, 42 and 7D. RGB value is (251,66,125). Sum of RGB (Red+Green+Blue) = 251+66+125=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB427D is #04BD82. Grayscale: #7F7F7F. Windows color (decimal): -310659 or 8209147. OLE color: 8209147.

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

Color convert

RGB 251 66 125 -
CMYK 0 0.74 0.50 0.02
HSL 340.86º 0.96% 0.62% -
HSV(B) 340.86º 0.74% 0.98% -
XYZ 45.43 25.89 22 -
YUV 128.04 126.29 215.7 -
System Red Green Blue C M Y K H S L
Decimal 251 66 125 0 0.74 0.50 0.02 340.86 0.96 0.62
Hex FB 42 7D 0 4A 32 2 155 60 3E
Octal 373 102 175 0 112 62 2 525 140 76
Binary 11111011 1000010 1111101 0 1001010 110010 10 101010101 1100000 111110

Color Harmonies of #FB427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB427D

Black with #FB427D

Text Example


Text Example

White with #FB427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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