Html Css Color HEX #FB2065 Radical Red

📋 copy color: '#FB2065'

red 251 ◦ green 32 ◦ blue 101

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

Shades of Radical Red #FB2065

Tints of Radical Red #FB2065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

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

R = 65.36%
G = 8.33%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB2065 (or 0xFB2065) is known color: Radical Red. HEX triplet: FB, 20 and 65. RGB value is (251,32,101). Sum of RGB (Red+Green+Blue) = 251+32+101=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2065 is #04DF9A. Grayscale: #696969. Windows color (decimal): -319387 or 6627579. OLE color: 6627579.

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

Color convert

RGB 251 32 101 -
CMYK 0 0.87 0.60 0.02
HSL 341.1º 0.96% 0.55% -
HSV(B) 341.1º 0.87% 0.98% -
XYZ 42.65 22.48 14.4 -
YUV 105.35 125.55 231.89 -
System Red Green Blue C M Y K H S L
Decimal 251 32 101 0 0.87 0.60 0.02 341.1 0.96 0.55
Hex FB 20 65 0 57 3C 2 155 60 37
Octal 373 40 145 0 127 74 2 525 140 67
Binary 11111011 100000 1100101 0 1010111 111100 10 101010101 1100000 110111

Color Harmonies of #FB2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2065

Black with #FB2065

Text Example


Text Example

White with #FB2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2065; }

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

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

background-color css

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

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

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

border-color css

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

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

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