Html Css Color HEX #FB3375 Radical Red

📋 copy color: '#FB3375'

red 251 ◦ green 51 ◦ blue 117

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

Shades of Radical Red #FB3375

Tints of Radical Red #FB3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.17%

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

R = 59.9%
G = 12.17%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB3375 (or 0xFB3375) is known color: Radical Red. HEX triplet: FB, 33 and 75. RGB value is (251,51,117). Sum of RGB (Red+Green+Blue) = 251+51+117=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3375 is #04CC8A. Grayscale: #767676. Windows color (decimal): -314507 or 7681019. OLE color: 7681019.

HSL color Cylindrical-coordinate representation of color #FB3375: hue angle of 340.2º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3375 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 51 117 -
CMYK 0 0.80 0.53 0.02
HSL 340.2º 0.96% 0.59% -
HSV(B) 340.2º 0.8% 0.98% -
XYZ 44.18 24.16 19.16 -
YUV 118.32 127.26 222.63 -
System Red Green Blue C M Y K H S L
Decimal 251 51 117 0 0.80 0.53 0.02 340.2 0.96 0.59
Hex FB 33 75 0 50 35 2 154 60 3B
Octal 373 63 165 0 120 65 2 524 140 73
Binary 11111011 110011 1110101 0 1010000 110101 10 101010100 1100000 111011

Color Harmonies of #FB3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3375

Black with #FB3375

Text Example


Text Example

White with #FB3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3375; }

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

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

background-color css

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

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

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

border-color css

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

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

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