Html Css Color HEX #FB2875 Radical Red

📋 copy color: '#FB2875'

red 251 ◦ green 40 ◦ blue 117

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

Shades of Radical Red #FB2875

Tints of Radical Red #FB2875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.8%

 BLUE value IS 117 (46.09% from 255) = 28.68%

R = 61.52%
G = 9.8%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB2875 (or 0xFB2875) is known color: Radical Red. HEX triplet: FB, 28 and 75. RGB value is (251,40,117). Sum of RGB (Red+Green+Blue) = 251+40+117=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2875 is #04D78A. Grayscale: #6F6F6F. Windows color (decimal): -317323 or 7678203. OLE color: 7678203.

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

Color convert

RGB 251 40 117 -
CMYK 0 0.84 0.53 0.02
HSL 338.1º 0.96% 0.57% -
HSV(B) 338.1º 0.84% 0.98% -
XYZ 43.75 23.31 19.02 -
YUV 111.87 130.9 227.24 -
System Red Green Blue C M Y K H S L
Decimal 251 40 117 0 0.84 0.53 0.02 338.1 0.96 0.57
Hex FB 28 75 0 54 35 2 152 60 39
Octal 373 50 165 0 124 65 2 522 140 71
Binary 11111011 101000 1110101 0 1010100 110101 10 101010010 1100000 111001

Color Harmonies of #FB2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2875

Black with #FB2875

Text Example


Text Example

White with #FB2875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2875; }

 p { color: rgb(251,40,117); }

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

background-color css

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

 a { background-color: rgb(251,40,117); }

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

border-color css

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

 span { border-color: rgb(251,40,117); }

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