Html Css Color HEX #FB334B Radical Red

📋 copy color: '#FB334B'

red 251 ◦ green 51 ◦ blue 75

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

Shades of Radical Red #FB334B

Tints of Radical Red #FB334B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 66.58%
G = 13.53%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FB334B (or 0xFB334B) is known color: Radical Red. HEX triplet: FB, 33 and 4B. RGB value is (251,51,75). Sum of RGB (Red+Green+Blue) = 251+51+75=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB334B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB334B is #04CCB4. Grayscale: #717171. Windows color (decimal): -314549 or 4928507. OLE color: 4928507.

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

Color convert

RGB 251 51 75 -
CMYK 0 0.80 0.70 0.02
HSL 352.8º 0.96% 0.59% -
HSV(B) 352.8º 0.8% 0.98% -
XYZ 42.24 23.38 8.94 -
YUV 113.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 251 51 75 0 0.80 0.70 0.02 352.8 0.96 0.59
Hex FB 33 4B 0 50 46 2 161 60 3B
Octal 373 63 113 0 120 106 2 541 140 73
Binary 11111011 110011 1001011 0 1010000 1000110 10 101100001 1100000 111011

Color Harmonies of #FB334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB334B

Black with #FB334B

Text Example


Text Example

White with #FB334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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