Html Css Color HEX #FB2C6F Radical Red

📋 copy color: '#FB2C6F'

red 251 ◦ green 44 ◦ blue 111

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

Shades of Radical Red #FB2C6F

Tints of Radical Red #FB2C6F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

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

R = 61.82%
G = 10.84%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB2C6F (or 0xFB2C6F) is known color: Radical Red. HEX triplet: FB, 2C and 6F. RGB value is (251,44,111). Sum of RGB (Red+Green+Blue) = 251+44+111=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2C6F is #04D390. Grayscale: #717171. Windows color (decimal): -316305 or 7286011. OLE color: 7286011.

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

Color convert

RGB 251 44 111 -
CMYK 0 0.82 0.56 0.02
HSL 340.58º 0.96% 0.58% -
HSV(B) 340.58º 0.82% 0.98% -
XYZ 43.55 23.46 17.27 -
YUV 113.53 126.58 226.05 -
System Red Green Blue C M Y K H S L
Decimal 251 44 111 0 0.82 0.56 0.02 340.58 0.96 0.58
Hex FB 2C 6F 0 52 38 2 155 60 3A
Octal 373 54 157 0 122 70 2 525 140 72
Binary 11111011 101100 1101111 0 1010010 111000 10 101010101 1100000 111010

Color Harmonies of #FB2C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2C6F

Black with #FB2C6F

Text Example


Text Example

White with #FB2C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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