Html Css Color HEX #FB2755 Radical Red

📋 copy color: '#FB2755'

red 251 ◦ green 39 ◦ blue 85

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

Shades of Radical Red #FB2755

Tints of Radical Red #FB2755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

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

R = 66.93%
G = 10.4%
B = 22.67%

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

#FB2755 (or 0xFB2755) is known color: Radical Red. HEX triplet: FB, 27 and 55. RGB value is (251,39,85). Sum of RGB (Red+Green+Blue) = 251+39+85=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2755 is #04D8AA. Grayscale: #6B6B6B. Windows color (decimal): -317611 or 5580795. OLE color: 5580795.

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

Color convert

RGB 251 39 85 -
CMYK 0 0.84 0.66 0.02
HSL 346.98º 0.96% 0.57% -
HSV(B) 346.98º 0.84% 0.98% -
XYZ 42.15 22.62 10.74 -
YUV 107.63 115.24 230.26 -
System Red Green Blue C M Y K H S L
Decimal 251 39 85 0 0.84 0.66 0.02 346.98 0.96 0.57
Hex FB 27 55 0 54 42 2 15B 60 39
Octal 373 47 125 0 124 102 2 533 140 71
Binary 11111011 100111 1010101 0 1010100 1000010 10 101011011 1100000 111001

Color Harmonies of #FB2755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2755

Black with #FB2755

Text Example


Text Example

White with #FB2755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2755; }

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

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

background-color css

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

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

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

border-color css

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

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

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