Html Css Color HEX #FE2D6B Radical Red

📋 copy color: '#FE2D6B'

red 254 ◦ green 45 ◦ blue 107

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

Shades of Radical Red #FE2D6B

Tints of Radical Red #FE2D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.08%

 BLUE value IS 107 (42.19% from 255) = 26.35%

R = 62.56%
G = 11.08%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE2D6B (or 0xFE2D6B) is known color: Radical Red. HEX triplet: FE, 2D and 6B. RGB value is (254,45,107). Sum of RGB (Red+Green+Blue) = 254+45+107=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2D6B is #01D294. Grayscale: #727272. Windows color (decimal): -119445 or 7024126. OLE color: 7024126.

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

Color convert

RGB 254 45 107 -
CMYK 0 0.82 0.58 0.00
HSL 342.2º 0.99% 0.59% -
HSV(B) 342.2º 0.82% 1% -
XYZ 44.47 24.01 16.2 -
YUV 114.56 123.74 227.46 -
System Red Green Blue C M Y K H S L
Decimal 254 45 107 0 0.82 0.58 0.00 342.2 0.99 0.59
Hex FE 2D 6B 0 52 3A 0 156 63 3B
Octal 376 55 153 0 122 72 0 526 143 73
Binary 11111110 101101 1101011 0 1010010 111010 0 101010110 1100011 111011

Color Harmonies of #FE2D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D6B

Black with #FE2D6B

Text Example


Text Example

White with #FE2D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D6B; }

 p { color: rgb(254,45,107); }

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

background-color css

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

 a { background-color: rgb(254,45,107); }

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

border-color css

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

 span { border-color: rgb(254,45,107); }

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