Html Css Color HEX #FB465F Radical Red

📋 copy color: '#FB465F'

red 251 ◦ green 70 ◦ blue 95

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

Shades of Radical Red #FB465F

Tints of Radical Red #FB465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.83%

 BLUE value IS 95 (37.5% from 255) = 22.84%

R = 60.34%
G = 16.83%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB465F (or 0xFB465F) is known color: Radical Red. HEX triplet: FB, 46 and 5F. RGB value is (251,70,95). Sum of RGB (Red+Green+Blue) = 251+70+95=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB465F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB465F is #04B9A0. Grayscale: #7F7F7F. Windows color (decimal): -309665 or 6244091. OLE color: 6244091.

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

Color convert

RGB 251 70 95 -
CMYK 0 0.72 0.62 0.02
HSL 351.71º 0.96% 0.63% -
HSV(B) 351.71º 0.72% 0.98% -
XYZ 44.04 25.72 13.47 -
YUV 126.97 109.97 216.47 -
System Red Green Blue C M Y K H S L
Decimal 251 70 95 0 0.72 0.62 0.02 351.71 0.96 0.63
Hex FB 46 5F 0 48 3E 2 160 60 3F
Octal 373 106 137 0 110 76 2 540 140 77
Binary 11111011 1000110 1011111 0 1001000 111110 10 101100000 1100000 111111

Color Harmonies of #FB465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB465F

Black with #FB465F

Text Example


Text Example

White with #FB465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB465F; }

 p { color: rgb(251,70,95); }

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

background-color css

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

 a { background-color: rgb(251,70,95); }

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

border-color css

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

 span { border-color: rgb(251,70,95); }

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