Html Css Color HEX #FE2B6B Radical Red

📋 copy color: '#FE2B6B'

red 254 ◦ green 43 ◦ blue 107

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

Shades of Radical Red #FE2B6B

Tints of Radical Red #FE2B6B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.64%

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

R = 62.87%
G = 10.64%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE2B6B (or 0xFE2B6B) is known color: Radical Red. HEX triplet: FE, 2B and 6B. RGB value is (254,43,107). Sum of RGB (Red+Green+Blue) = 254+43+107=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2B6B is #01D494. Grayscale: #717171. Windows color (decimal): -119957 or 7023614. OLE color: 7023614.

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

Color convert

RGB 254 43 107 -
CMYK 0 0.83 0.58 0.00
HSL 341.8º 0.99% 0.58% -
HSV(B) 341.8º 0.83% 1% -
XYZ 44.39 23.86 16.18 -
YUV 113.39 124.4 228.3 -
System Red Green Blue C M Y K H S L
Decimal 254 43 107 0 0.83 0.58 0.00 341.8 0.99 0.58
Hex FE 2B 6B 0 53 3A 0 156 63 3A
Octal 376 53 153 0 123 72 0 526 143 72
Binary 11111110 101011 1101011 0 1010011 111010 0 101010110 1100011 111010

Color Harmonies of #FE2B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B6B

Black with #FE2B6B

Text Example


Text Example

White with #FE2B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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