Html Css Color HEX #FF1E5F Radical Red

📋 copy color: '#FF1E5F'

red 255 ◦ green 30 ◦ blue 95

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

Shades of Radical Red #FF1E5F

Tints of Radical Red #FF1E5F

RGB

 RED value IS 255 (100% from 255) = 67.11%

 GREEN value IS 30 (12.11% from 255) = 7.89%

 BLUE value IS 95 (37.5% from 255) = 25%

R = 67.11%
G = 7.89%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF1E5F (or 0xFF1E5F) is known color: Radical Red. HEX triplet: FF, 1E and 5F. RGB value is (255,30,95). Sum of RGB (Red+Green+Blue) = 255+30+95=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1E5F is #00E1A0. Grayscale: #686868. Windows color (decimal): -57761 or 6233855. OLE color: 6233855.

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

Color convert

RGB 255 30 95 -
CMYK 0 0.88 0.63 0
HSL 342.67º 1% 0.56% -
HSV(B) 342.67º 0.88% 1% -
XYZ 43.77 23.01 12.96 -
YUV 104.69 122.54 235.21 -
System Red Green Blue C M Y K H S L
Decimal 255 30 95 0 0.88 0.63 0 342.67 1 0.56
Hex FF 1E 5F 0 58 3F 0 157 64 38
Octal 377 36 137 0 130 77 0 527 144 70
Binary 11111111 11110 1011111 0 1011000 111111 0 101010111 1100100 111000

Color Harmonies of #FF1E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E5F

Black with #FF1E5F

Text Example


Text Example

White with #FF1E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E5F; }

 p { color: rgb(255,30,95); }

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

background-color css

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

 a { background-color: rgb(255,30,95); }

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

border-color css

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

 span { border-color: rgb(255,30,95); }

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