Html Css Color HEX #FB2955 Radical Red

📋 copy color: '#FB2955'

red 251 ◦ green 41 ◦ blue 85

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

Shades of Radical Red #FB2955

Tints of Radical Red #FB2955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.88%

 BLUE value IS 85 (33.59% from 255) = 22.55%

R = 66.58%
G = 10.88%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB2955 (or 0xFB2955) is known color: Radical Red. HEX triplet: FB, 29 and 55. RGB value is (251,41,85). Sum of RGB (Red+Green+Blue) = 251+41+85=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2955 is #04D6AA. Grayscale: #6C6C6C. Windows color (decimal): -317099 or 5581307. OLE color: 5581307.

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

Color convert

RGB 251 41 85 -
CMYK 0 0.84 0.66 0.02
HSL 347.43º 0.96% 0.57% -
HSV(B) 347.43º 0.84% 0.98% -
XYZ 42.22 22.75 10.76 -
YUV 108.81 114.57 229.42 -
System Red Green Blue C M Y K H S L
Decimal 251 41 85 0 0.84 0.66 0.02 347.43 0.96 0.57
Hex FB 29 55 0 54 42 2 15B 60 39
Octal 373 51 125 0 124 102 2 533 140 71
Binary 11111011 101001 1010101 0 1010100 1000010 10 101011011 1100000 111001

Color Harmonies of #FB2955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2955

Black with #FB2955

Text Example


Text Example

White with #FB2955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2955; }

 p { color: rgb(251,41,85); }

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

background-color css

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

 a { background-color: rgb(251,41,85); }

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

border-color css

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

 span { border-color: rgb(251,41,85); }

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