Html Css Color HEX #FB296C Radical Red

📋 copy color: '#FB296C'

red 251 ◦ green 41 ◦ blue 108

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

Shades of Radical Red #FB296C

Tints of Radical Red #FB296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27%

R = 62.75%
G = 10.25%
B = 27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FB296C (or 0xFB296C) is known color: Radical Red. HEX triplet: FB, 29 and 6C. RGB value is (251,41,108). Sum of RGB (Red+Green+Blue) = 251+41+108=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB296C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB296C is #04D693. Grayscale: #6F6F6F. Windows color (decimal): -317076 or 7088635. OLE color: 7088635.

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

Color convert

RGB 251 41 108 -
CMYK 0 0.84 0.57 0.02
HSL 340.86º 0.96% 0.57% -
HSV(B) 340.86º 0.84% 0.98% -
XYZ 43.28 23.18 16.38 -
YUV 111.43 126.07 227.55 -
System Red Green Blue C M Y K H S L
Decimal 251 41 108 0 0.84 0.57 0.02 340.86 0.96 0.57
Hex FB 29 6C 0 54 39 2 155 60 39
Octal 373 51 154 0 124 71 2 525 140 71
Binary 11111011 101001 1101100 0 1010100 111001 10 101010101 1100000 111001

Color Harmonies of #FB296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB296C

Black with #FB296C

Text Example


Text Example

White with #FB296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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