Html Css Color HEX #FB467F Violet Red

📋 copy color: '#FB467F'

red 251 ◦ green 70 ◦ blue 127

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

Shades of Violet Red #FB467F

Tints of Violet Red #FB467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.35%

R = 56.03%
G = 15.63%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB467F (or 0xFB467F) is known color: Violet Red. HEX triplet: FB, 46 and 7F. RGB value is (251,70,127). Sum of RGB (Red+Green+Blue) = 251+70+127=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB467F is #04B980. Grayscale: #828282. Windows color (decimal): -309633 or 8341243. OLE color: 8341243.

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

Color convert

RGB 251 70 127 -
CMYK 0 0.72 0.49 0.02
HSL 341.11º 0.96% 0.63% -
HSV(B) 341.11º 0.72% 0.98% -
XYZ 45.8 26.42 22.76 -
YUV 130.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 251 70 127 0 0.72 0.49 0.02 341.11 0.96 0.63
Hex FB 46 7F 0 48 31 2 155 60 3F
Octal 373 106 177 0 110 61 2 525 140 77
Binary 11111011 1000110 1111111 0 1001000 110001 10 101010101 1100000 111111

Color Harmonies of #FB467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB467F

Black with #FB467F

Text Example


Text Example

White with #FB467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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