Html Css Color HEX #FB3065 Radical Red

📋 copy color: '#FB3065'

red 251 ◦ green 48 ◦ blue 101

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

Shades of Radical Red #FB3065

Tints of Radical Red #FB3065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12%

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

R = 62.75%
G = 12%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB3065 (or 0xFB3065) is known color: Radical Red. HEX triplet: FB, 30 and 65. RGB value is (251,48,101). Sum of RGB (Red+Green+Blue) = 251+48+101=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3065 is #04CF9A. Grayscale: #727272. Windows color (decimal): -315291 or 6631675. OLE color: 6631675.

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

Color convert

RGB 251 48 101 -
CMYK 0 0.81 0.60 0.02
HSL 344.34º 0.96% 0.59% -
HSV(B) 344.34º 0.81% 0.98% -
XYZ 43.19 23.56 14.58 -
YUV 114.74 120.25 225.19 -
System Red Green Blue C M Y K H S L
Decimal 251 48 101 0 0.81 0.60 0.02 344.34 0.96 0.59
Hex FB 30 65 0 51 3C 2 158 60 3B
Octal 373 60 145 0 121 74 2 530 140 73
Binary 11111011 110000 1100101 0 1010001 111100 10 101011000 1100000 111011

Color Harmonies of #FB3065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3065

Black with #FB3065

Text Example


Text Example

White with #FB3065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3065; }

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

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

background-color css

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

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

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

border-color css

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

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

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