Html Css Color HEX #FB2565 Radical Red

📋 copy color: '#FB2565'

red 251 ◦ green 37 ◦ blue 101

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

Shades of Radical Red #FB2565

Tints of Radical Red #FB2565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.51%

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

R = 64.52%
G = 9.51%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB2565 (or 0xFB2565) is known color: Radical Red. HEX triplet: FB, 25 and 65. RGB value is (251,37,101). Sum of RGB (Red+Green+Blue) = 251+37+101=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2565 is #04DA9A. Grayscale: #6C6C6C. Windows color (decimal): -318107 or 6628859. OLE color: 6628859.

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

Color convert

RGB 251 37 101 -
CMYK 0 0.85 0.60 0.02
HSL 342.06º 0.96% 0.56% -
HSV(B) 342.06º 0.85% 0.98% -
XYZ 42.79 22.77 14.45 -
YUV 108.28 123.9 229.8 -
System Red Green Blue C M Y K H S L
Decimal 251 37 101 0 0.85 0.60 0.02 342.06 0.96 0.56
Hex FB 25 65 0 55 3C 2 156 60 38
Octal 373 45 145 0 125 74 2 526 140 70
Binary 11111011 100101 1100101 0 1010101 111100 10 101010110 1100000 111000

Color Harmonies of #FB2565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2565

Black with #FB2565

Text Example


Text Example

White with #FB2565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2565; }

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

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

background-color css

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

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

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

border-color css

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

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

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