Html Css Color HEX #FB2973 Radical Red

📋 copy color: '#FB2973'

red 251 ◦ green 41 ◦ blue 115

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

Shades of Radical Red #FB2973

Tints of Radical Red #FB2973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 61.67%
G = 10.07%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB2973 (or 0xFB2973) is known color: Radical Red. HEX triplet: FB, 29 and 73. RGB value is (251,41,115). Sum of RGB (Red+Green+Blue) = 251+41+115=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2973 is #04D68C. Grayscale: #707070. Windows color (decimal): -317069 or 7547387. OLE color: 7547387.

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

Color convert

RGB 251 41 115 -
CMYK 0 0.84 0.54 0.02
HSL 338.86º 0.96% 0.57% -
HSV(B) 338.86º 0.84% 0.98% -
XYZ 43.67 23.33 18.42 -
YUV 112.23 129.57 226.98 -
System Red Green Blue C M Y K H S L
Decimal 251 41 115 0 0.84 0.54 0.02 338.86 0.96 0.57
Hex FB 29 73 0 54 36 2 153 60 39
Octal 373 51 163 0 124 66 2 523 140 71
Binary 11111011 101001 1110011 0 1010100 110110 10 101010011 1100000 111001

Color Harmonies of #FB2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2973

Black with #FB2973

Text Example


Text Example

White with #FB2973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2973; }

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

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

background-color css

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

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

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

border-color css

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

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

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