Html Css Color HEX #FB296F Radical Red

📋 copy color: '#FB296F'

red 251 ◦ green 41 ◦ blue 111

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

Shades of Radical Red #FB296F

Tints of Radical Red #FB296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.54%

R = 62.28%
G = 10.17%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB296F (or 0xFB296F) is known color: Radical Red. HEX triplet: FB, 29 and 6F. RGB value is (251,41,111). Sum of RGB (Red+Green+Blue) = 251+41+111=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB296F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB296F is #04D690. Grayscale: #6F6F6F. Windows color (decimal): -317073 or 7285243. OLE color: 7285243.

HSL color Cylindrical-coordinate representation of color #FB296F: hue angle of 340º 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 #FB296F is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 41 111 -
CMYK 0 0.84 0.56 0.02
HSL 340º 0.96% 0.57% -
HSV(B) 340º 0.84% 0.98% -
XYZ 43.45 23.24 17.24 -
YUV 111.77 127.57 227.31 -
System Red Green Blue C M Y K H S L
Decimal 251 41 111 0 0.84 0.56 0.02 340 0.96 0.57
Hex FB 29 6F 0 54 38 2 154 60 39
Octal 373 51 157 0 124 70 2 524 140 71
Binary 11111011 101001 1101111 0 1010100 111000 10 101010100 1100000 111001

Color Harmonies of #FB296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB296F

Black with #FB296F

Text Example


Text Example

White with #FB296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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