Html Css Color HEX #FB206F Radical Red

📋 copy color: '#FB206F'

red 251 ◦ green 32 ◦ blue 111

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

Shades of Radical Red #FB206F

Tints of Radical Red #FB206F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.12%

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

R = 63.71%
G = 8.12%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB206F (or 0xFB206F) is known color: Radical Red. HEX triplet: FB, 20 and 6F. RGB value is (251,32,111). Sum of RGB (Red+Green+Blue) = 251+32+111=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB206F is #04DF90. Grayscale: #6A6A6A. Windows color (decimal): -319377 or 7282939. OLE color: 7282939.

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

Color convert

RGB 251 32 111 -
CMYK 0 0.87 0.56 0.02
HSL 338.36º 0.96% 0.55% -
HSV(B) 338.36º 0.87% 0.98% -
XYZ 43.17 22.69 17.14 -
YUV 106.49 130.55 231.08 -
System Red Green Blue C M Y K H S L
Decimal 251 32 111 0 0.87 0.56 0.02 338.36 0.96 0.55
Hex FB 20 6F 0 57 38 2 152 60 37
Octal 373 40 157 0 127 70 2 522 140 67
Binary 11111011 100000 1101111 0 1010111 111000 10 101010010 1100000 110111

Color Harmonies of #FB206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB206F

Black with #FB206F

Text Example


Text Example

White with #FB206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB206F; }

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

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

background-color css

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

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

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

border-color css

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

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

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