Html Css Color HEX #FB355B Radical Red

📋 copy color: '#FB355B'

red 251 ◦ green 53 ◦ blue 91

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

Shades of Radical Red #FB355B

Tints of Radical Red #FB355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 63.54%
G = 13.42%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB355B (or 0xFB355B) is known color: Radical Red. HEX triplet: FB, 35 and 5B. RGB value is (251,53,91). Sum of RGB (Red+Green+Blue) = 251+53+91=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB355B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB355B is #04CAA4. Grayscale: #747474. Windows color (decimal): -314021 or 5977595. OLE color: 5977595.

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

Color convert

RGB 251 53 91 -
CMYK 0 0.79 0.64 0.02
HSL 348.48º 0.96% 0.6% -
HSV(B) 348.48º 0.79% 0.98% -
XYZ 42.95 23.81 12.23 -
YUV 116.53 113.6 223.91 -
System Red Green Blue C M Y K H S L
Decimal 251 53 91 0 0.79 0.64 0.02 348.48 0.96 0.6
Hex FB 35 5B 0 4F 40 2 15C 60 3C
Octal 373 65 133 0 117 100 2 534 140 74
Binary 11111011 110101 1011011 0 1001111 1000000 10 101011100 1100000 111100

Color Harmonies of #FB355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB355B

Black with #FB355B

Text Example


Text Example

White with #FB355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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