Html Css Color HEX #FB495F Radical Red

📋 copy color: '#FB495F'

red 251 ◦ green 73 ◦ blue 95

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

Shades of Radical Red #FB495F

Tints of Radical Red #FB495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.42%

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

R = 59.9%
G = 17.42%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB495F (or 0xFB495F) is known color: Radical Red. HEX triplet: FB, 49 and 5F. RGB value is (251,73,95). Sum of RGB (Red+Green+Blue) = 251+73+95=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB495F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB495F is #04B6A0. Grayscale: #808080. Windows color (decimal): -308897 or 6244859. OLE color: 6244859.

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

Color convert

RGB 251 73 95 -
CMYK 0 0.71 0.62 0.02
HSL 352.58º 0.96% 0.64% -
HSV(B) 352.58º 0.71% 0.98% -
XYZ 44.23 26.1 13.53 -
YUV 128.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 251 73 95 0 0.71 0.62 0.02 352.58 0.96 0.64
Hex FB 49 5F 0 47 3E 2 161 60 40
Octal 373 111 137 0 107 76 2 541 140 100
Binary 11111011 1001001 1011111 0 1000111 111110 10 101100001 1100000 1000000

Color Harmonies of #FB495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB495F

Black with #FB495F

Text Example


Text Example

White with #FB495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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