Html Css Color HEX #FE3965 Radical Red

📋 copy color: '#FE3965'

red 254 ◦ green 57 ◦ blue 101

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

Shades of Radical Red #FE3965

Tints of Radical Red #FE3965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.83%

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

R = 61.65%
G = 13.83%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE3965 (or 0xFE3965) is known color: Radical Red. HEX triplet: FE, 39 and 65. RGB value is (254,57,101). Sum of RGB (Red+Green+Blue) = 254+57+101=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3965 is #01C69A. Grayscale: #787878. Windows color (decimal): -116379 or 6633982. OLE color: 6633982.

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

Color convert

RGB 254 57 101 -
CMYK 0 0.78 0.60 0.00
HSL 346.6º 0.99% 0.61% -
HSV(B) 346.6º 0.78% 1% -
XYZ 44.69 24.94 14.77 -
YUV 120.92 116.77 222.92 -
System Red Green Blue C M Y K H S L
Decimal 254 57 101 0 0.78 0.60 0.00 346.6 0.99 0.61
Hex FE 39 65 0 4E 3C 0 15B 63 3D
Octal 376 71 145 0 116 74 0 533 143 75
Binary 11111110 111001 1100101 0 1001110 111100 0 101011011 1100011 111101

Color Harmonies of #FE3965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3965

Black with #FE3965

Text Example


Text Example

White with #FE3965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3965; }

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

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

background-color css

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

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

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

border-color css

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

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

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