Html Css Color HEX #FB2965 Radical Red

📋 copy color: '#FB2965'

red 251 ◦ green 41 ◦ blue 101

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

Shades of Radical Red #FB2965

Tints of Radical Red #FB2965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.43%

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

R = 63.87%
G = 10.43%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB2965 (or 0xFB2965) is known color: Radical Red. HEX triplet: FB, 29 and 65. RGB value is (251,41,101). Sum of RGB (Red+Green+Blue) = 251+41+101=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2965 is #04D69A. Grayscale: #6E6E6E. Windows color (decimal): -317083 or 6629883. OLE color: 6629883.

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

Color convert

RGB 251 41 101 -
CMYK 0 0.84 0.60 0.02
HSL 342.86º 0.96% 0.57% -
HSV(B) 342.86º 0.84% 0.98% -
XYZ 42.93 23.03 14.5 -
YUV 110.63 122.57 228.12 -
System Red Green Blue C M Y K H S L
Decimal 251 41 101 0 0.84 0.60 0.02 342.86 0.96 0.57
Hex FB 29 65 0 54 3C 2 157 60 39
Octal 373 51 145 0 124 74 2 527 140 71
Binary 11111011 101001 1100101 0 1010100 111100 10 101010111 1100000 111001

Color Harmonies of #FB2965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2965

Black with #FB2965

Text Example


Text Example

White with #FB2965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2965; }

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

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

background-color css

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

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

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

border-color css

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

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

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