Html Css Color HEX #FB3265 Radical Red

📋 copy color: '#FB3265'

red 251 ◦ green 50 ◦ blue 101

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

Shades of Radical Red #FB3265

Tints of Radical Red #FB3265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.44%

 BLUE value IS 101 (39.84% from 255) = 25.12%

R = 62.44%
G = 12.44%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB3265 (or 0xFB3265) is known color: Radical Red. HEX triplet: FB, 32 and 65. RGB value is (251,50,101). Sum of RGB (Red+Green+Blue) = 251+50+101=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3265 is #04CD9A. Grayscale: #737373. Windows color (decimal): -314779 or 6632187. OLE color: 6632187.

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

Color convert

RGB 251 50 101 -
CMYK 0 0.80 0.60 0.02
HSL 344.78º 0.96% 0.59% -
HSV(B) 344.78º 0.8% 0.98% -
XYZ 43.27 23.73 14.61 -
YUV 115.91 119.59 224.35 -
System Red Green Blue C M Y K H S L
Decimal 251 50 101 0 0.80 0.60 0.02 344.78 0.96 0.59
Hex FB 32 65 0 50 3C 2 159 60 3B
Octal 373 62 145 0 120 74 2 531 140 73
Binary 11111011 110010 1100101 0 1010000 111100 10 101011001 1100000 111011

Color Harmonies of #FB3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3265

Black with #FB3265

Text Example


Text Example

White with #FB3265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3265; }

 p { color: rgb(251,50,101); }

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

background-color css

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

 a { background-color: rgb(251,50,101); }

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

border-color css

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

 span { border-color: rgb(251,50,101); }

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