Html Css Color HEX #FB357D Violet Red

📋 copy color: '#FB357D'

red 251 ◦ green 53 ◦ blue 125

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

Shades of Violet Red #FB357D

Tints of Violet Red #FB357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.35%

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

R = 58.51%
G = 12.35%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB357D (or 0xFB357D) is known color: Violet Red. HEX triplet: FB, 35 and 7D. RGB value is (251,53,125). Sum of RGB (Red+Green+Blue) = 251+53+125=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB357D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB357D is #04CA82. Grayscale: #787878. Windows color (decimal): -313987 or 8205819. OLE color: 8205819.

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

Color convert

RGB 251 53 125 -
CMYK 0 0.79 0.50 0.02
HSL 338.18º 0.96% 0.6% -
HSV(B) 338.18º 0.79% 0.98% -
XYZ 44.76 24.54 21.78 -
YUV 120.41 130.6 221.15 -
System Red Green Blue C M Y K H S L
Decimal 251 53 125 0 0.79 0.50 0.02 338.18 0.96 0.6
Hex FB 35 7D 0 4F 32 2 152 60 3C
Octal 373 65 175 0 117 62 2 522 140 74
Binary 11111011 110101 1111101 0 1001111 110010 10 101010010 1100000 111100

Color Harmonies of #FB357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB357D

Black with #FB357D

Text Example


Text Example

White with #FB357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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