Html Css Color HEX #FB3075 Radical Red

📋 copy color: '#FB3075'

red 251 ◦ green 48 ◦ blue 117

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

Shades of Radical Red #FB3075

Tints of Radical Red #FB3075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.54%

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

R = 60.34%
G = 11.54%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB3075 (or 0xFB3075) is known color: Radical Red. HEX triplet: FB, 30 and 75. RGB value is (251,48,117). Sum of RGB (Red+Green+Blue) = 251+48+117=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3075 is #04CF8A. Grayscale: #747474. Windows color (decimal): -315275 or 7680251. OLE color: 7680251.

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

Color convert

RGB 251 48 117 -
CMYK 0 0.81 0.53 0.02
HSL 339.61º 0.96% 0.59% -
HSV(B) 339.61º 0.81% 0.98% -
XYZ 44.05 23.91 19.12 -
YUV 116.56 128.25 223.89 -
System Red Green Blue C M Y K H S L
Decimal 251 48 117 0 0.81 0.53 0.02 339.61 0.96 0.59
Hex FB 30 75 0 51 35 2 154 60 3B
Octal 373 60 165 0 121 65 2 524 140 73
Binary 11111011 110000 1110101 0 1010001 110101 10 101010100 1100000 111011

Color Harmonies of #FB3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3075

Black with #FB3075

Text Example


Text Example

White with #FB3075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3075; }

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

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

background-color css

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

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

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

border-color css

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

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

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