Html Css Color HEX #FE1F64 Radical Red

📋 copy color: '#FE1F64'

red 254 ◦ green 31 ◦ blue 100

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

Shades of Radical Red #FE1F64

Tints of Radical Red #FE1F64

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.05%

 BLUE value IS 100 (39.45% from 255) = 25.97%

R = 65.97%
G = 8.05%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE1F64 (or 0xFE1F64) is known color: Radical Red. HEX triplet: FE, 1F and 64. RGB value is (254,31,100). Sum of RGB (Red+Green+Blue) = 254+31+100=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1F64 is #01E09B. Grayscale: #696969. Windows color (decimal): -123036 or 6561790. OLE color: 6561790.

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

Color convert

RGB 254 31 100 -
CMYK 0 0.88 0.61 0.00
HSL 341.44º 0.99% 0.56% -
HSV(B) 341.44º 0.88% 1% -
XYZ 43.66 22.97 14.19 -
YUV 105.54 124.88 233.89 -
System Red Green Blue C M Y K H S L
Decimal 254 31 100 0 0.88 0.61 0.00 341.44 0.99 0.56
Hex FE 1F 64 0 58 3D 0 155 63 38
Octal 376 37 144 0 130 75 0 525 143 70
Binary 11111110 11111 1100100 0 1011000 111101 0 101010101 1100011 111000

Color Harmonies of #FE1F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F64

Black with #FE1F64

Text Example


Text Example

White with #FE1F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F64; }

 p { color: rgb(254,31,100); }

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

background-color css

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

 a { background-color: rgb(254,31,100); }

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

border-color css

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

 span { border-color: rgb(254,31,100); }

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