Html Css Color HEX #FE2965 Radical Red

📋 copy color: '#FE2965'

red 254 ◦ green 41 ◦ blue 101

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

Shades of Radical Red #FE2965

Tints of Radical Red #FE2965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.35%

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

R = 64.14%
G = 10.35%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE2965 (or 0xFE2965) is known color: Radical Red. HEX triplet: FE, 29 and 65. RGB value is (254,41,101). Sum of RGB (Red+Green+Blue) = 254+41+101=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2965 is #01D69A. Grayscale: #6F6F6F. Windows color (decimal): -120475 or 6629886. OLE color: 6629886.

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

Color convert

RGB 254 41 101 -
CMYK 0 0.84 0.60 0.00
HSL 343.1º 0.99% 0.58% -
HSV(B) 343.1º 0.84% 1% -
XYZ 44.01 23.6 14.55 -
YUV 111.53 122.07 229.62 -
System Red Green Blue C M Y K H S L
Decimal 254 41 101 0 0.84 0.60 0.00 343.1 0.99 0.58
Hex FE 29 65 0 54 3C 0 157 63 3A
Octal 376 51 145 0 124 74 0 527 143 72
Binary 11111110 101001 1100101 0 1010100 111100 0 101010111 1100011 111010

Color Harmonies of #FE2965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2965

Black with #FE2965

Text Example


Text Example

White with #FE2965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2965; }

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

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

background-color css

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

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

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

border-color css

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

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

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