Html Css Color HEX #FE206C Radical Red

📋 copy color: '#FE206C'

red 254 ◦ green 32 ◦ blue 108

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

Shades of Radical Red #FE206C

Tints of Radical Red #FE206C

RGB

 RED value IS 254 (99.61% from 255) = 64.47%

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

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

R = 64.47%
G = 8.12%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE206C (or 0xFE206C) is known color: Radical Red. HEX triplet: FE, 20 and 6C. RGB value is (254,32,108). Sum of RGB (Red+Green+Blue) = 254+32+108=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE206C is #01DF93. Grayscale: #6A6A6A. Windows color (decimal): -122772 or 7086334. OLE color: 7086334.

HSL color Cylindrical-coordinate representation of color #FE206C: hue angle of 339.46º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE206C is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 32 108 -
CMYK 0 0.87 0.57 0.00
HSL 339.46º 0.99% 0.56% -
HSV(B) 339.46º 0.87% 1% -
XYZ 44.1 23.19 16.34 -
YUV 107.04 128.55 232.82 -
System Red Green Blue C M Y K H S L
Decimal 254 32 108 0 0.87 0.57 0.00 339.46 0.99 0.56
Hex FE 20 6C 0 57 39 0 153 63 38
Octal 376 40 154 0 127 71 0 523 143 70
Binary 11111110 100000 1101100 0 1010111 111001 0 101010011 1100011 111000

Color Harmonies of #FE206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE206C

Black with #FE206C

Text Example


Text Example

White with #FE206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE206C; }

 p { color: rgb(254,32,108); }

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

background-color css

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

 a { background-color: rgb(254,32,108); }

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

border-color css

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

 span { border-color: rgb(254,32,108); }

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