Html Css Color HEX #FB345B Radical Red

📋 copy color: '#FB345B'

red 251 ◦ green 52 ◦ blue 91

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

Shades of Radical Red #FB345B

Tints of Radical Red #FB345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.2%

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

R = 63.71%
G = 13.2%
B = 23.1%

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

#FB345B (or 0xFB345B) is known color: Radical Red. HEX triplet: FB, 34 and 5B. RGB value is (251,52,91). Sum of RGB (Red+Green+Blue) = 251+52+91=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB345B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB345B is #04CBA4. Grayscale: #737373. Windows color (decimal): -314277 or 5977339. OLE color: 5977339.

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

Color convert

RGB 251 52 91 -
CMYK 0 0.79 0.64 0.02
HSL 348.24º 0.96% 0.59% -
HSV(B) 348.24º 0.79% 0.98% -
XYZ 42.9 23.72 12.21 -
YUV 115.95 113.93 224.33 -
System Red Green Blue C M Y K H S L
Decimal 251 52 91 0 0.79 0.64 0.02 348.24 0.96 0.59
Hex FB 34 5B 0 4F 40 2 15C 60 3B
Octal 373 64 133 0 117 100 2 534 140 73
Binary 11111011 110100 1011011 0 1001111 1000000 10 101011100 1100000 111011

Color Harmonies of #FB345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB345B

Black with #FB345B

Text Example


Text Example

White with #FB345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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