Html Css Color HEX #FE2A65 Radical Red

📋 copy color: '#FE2A65'

red 254 ◦ green 42 ◦ blue 101

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

Shades of Radical Red #FE2A65

Tints of Radical Red #FE2A65

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.58%

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

R = 63.98%
G = 10.58%
B = 25.44%

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

#FE2A65 (or 0xFE2A65) is known color: Radical Red. HEX triplet: FE, 2A and 65. RGB value is (254,42,101). Sum of RGB (Red+Green+Blue) = 254+42+101=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2A65 is #01D59A. Grayscale: #707070. Windows color (decimal): -120219 or 6630142. OLE color: 6630142.

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

Color convert

RGB 254 42 101 -
CMYK 0 0.83 0.60 0.00
HSL 343.3º 0.99% 0.58% -
HSV(B) 343.3º 0.83% 1% -
XYZ 44.05 23.67 14.56 -
YUV 112.11 121.74 229.2 -
System Red Green Blue C M Y K H S L
Decimal 254 42 101 0 0.83 0.60 0.00 343.3 0.99 0.58
Hex FE 2A 65 0 53 3C 0 157 63 3A
Octal 376 52 145 0 123 74 0 527 143 72
Binary 11111110 101010 1100101 0 1010011 111100 0 101010111 1100011 111010

Color Harmonies of #FE2A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2A65

Black with #FE2A65

Text Example


Text Example

White with #FE2A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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