Html Css Color HEX #FB2978 Radical Red

📋 copy color: '#FB2978'

red 251 ◦ green 41 ◦ blue 120

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

Shades of Radical Red #FB2978

Tints of Radical Red #FB2978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 60.92%
G = 9.95%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB2978 (or 0xFB2978) is known color: Radical Red. HEX triplet: FB, 29 and 78. RGB value is (251,41,120). Sum of RGB (Red+Green+Blue) = 251+41+120=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2978 is #04D687. Grayscale: #707070. Windows color (decimal): -317064 or 7875067. OLE color: 7875067.

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

Color convert

RGB 251 41 120 -
CMYK 0 0.84 0.52 0.02
HSL 337.43º 0.96% 0.57% -
HSV(B) 337.43º 0.84% 0.98% -
XYZ 43.97 23.45 19.98 -
YUV 112.8 132.07 226.58 -
System Red Green Blue C M Y K H S L
Decimal 251 41 120 0 0.84 0.52 0.02 337.43 0.96 0.57
Hex FB 29 78 0 54 34 2 151 60 39
Octal 373 51 170 0 124 64 2 521 140 71
Binary 11111011 101001 1111000 0 1010100 110100 10 101010001 1100000 111001

Color Harmonies of #FB2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2978

Black with #FB2978

Text Example


Text Example

White with #FB2978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2978; }

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

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

background-color css

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

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

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

border-color css

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

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

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