Html Css Color HEX #FB2558 Radical Red

📋 copy color: '#FB2558'

red 251 ◦ green 37 ◦ blue 88

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

Shades of Radical Red #FB2558

Tints of Radical Red #FB2558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.84%

 BLUE value IS 88 (34.77% from 255) = 23.4%

R = 66.76%
G = 9.84%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FB2558 (or 0xFB2558) is known color: Radical Red. HEX triplet: FB, 25 and 58. RGB value is (251,37,88). Sum of RGB (Red+Green+Blue) = 251+37+88=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2558 is #04DAA7. Grayscale: #6A6A6A. Windows color (decimal): -318120 or 5776891. OLE color: 5776891.

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

Color convert

RGB 251 37 88 -
CMYK 0 0.85 0.65 0.02
HSL 345.7º 0.96% 0.56% -
HSV(B) 345.7º 0.85% 0.98% -
XYZ 42.21 22.54 11.36 -
YUV 106.8 117.4 230.85 -
System Red Green Blue C M Y K H S L
Decimal 251 37 88 0 0.85 0.65 0.02 345.7 0.96 0.56
Hex FB 25 58 0 55 41 2 15A 60 38
Octal 373 45 130 0 125 101 2 532 140 70
Binary 11111011 100101 1011000 0 1010101 1000001 10 101011010 1100000 111000

Color Harmonies of #FB2558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2558

Black with #FB2558

Text Example


Text Example

White with #FB2558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2558; }

 p { color: rgb(251,37,88); }

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

background-color css

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

 a { background-color: rgb(251,37,88); }

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

border-color css

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

 span { border-color: rgb(251,37,88); }

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