Html Css Color HEX #FE2B65 Radical Red

📋 copy color: '#FE2B65'

red 254 ◦ green 43 ◦ blue 101

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

Shades of Radical Red #FE2B65

Tints of Radical Red #FE2B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.38%

R = 63.82%
G = 10.8%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE2B65 (or 0xFE2B65) is known color: Radical Red. HEX triplet: FE, 2B and 65. RGB value is (254,43,101). Sum of RGB (Red+Green+Blue) = 254+43+101=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2B65 is #01D49A. Grayscale: #707070. Windows color (decimal): -119963 or 6630398. OLE color: 6630398.

HSL color Cylindrical-coordinate representation of color #FE2B65: hue angle of 343.51º 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 #FE2B65 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 43 101 -
CMYK 0 0.83 0.60 0.00
HSL 343.51º 0.99% 0.58% -
HSV(B) 343.51º 0.83% 1% -
XYZ 44.09 23.74 14.57 -
YUV 112.7 121.4 228.78 -
System Red Green Blue C M Y K H S L
Decimal 254 43 101 0 0.83 0.60 0.00 343.51 0.99 0.58
Hex FE 2B 65 0 53 3C 0 158 63 3A
Octal 376 53 145 0 123 74 0 530 143 72
Binary 11111110 101011 1100101 0 1010011 111100 0 101011000 1100011 111010

Color Harmonies of #FE2B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B65

Black with #FE2B65

Text Example


Text Example

White with #FE2B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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