Html Css Color HEX #FF245E Radical Red

📋 copy color: '#FF245E'

red 255 ◦ green 36 ◦ blue 94

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

Shades of Radical Red #FF245E

Tints of Radical Red #FF245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.35%

 BLUE value IS 94 (37.11% from 255) = 24.42%

R = 66.23%
G = 9.35%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF245E (or 0xFF245E) is known color: Radical Red. HEX triplet: FF, 24 and 5E. RGB value is (255,36,94). Sum of RGB (Red+Green+Blue) = 255+36+94=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF245E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF245E is #00DBA1. Grayscale: #6C6C6C. Windows color (decimal): -56226 or 6169855. OLE color: 6169855.

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

Color convert

RGB 255 36 94 -
CMYK 0 0.86 0.63 0
HSL 344.11º 1% 0.57% -
HSV(B) 344.11º 0.86% 1% -
XYZ 43.89 23.33 12.78 -
YUV 108.09 120.05 232.78 -
System Red Green Blue C M Y K H S L
Decimal 255 36 94 0 0.86 0.63 0 344.11 1 0.57
Hex FF 24 5E 0 56 3F 0 158 64 39
Octal 377 44 136 0 126 77 0 530 144 71
Binary 11111111 100100 1011110 0 1010110 111111 0 101011000 1100100 111001

Color Harmonies of #FF245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF245E

Black with #FF245E

Text Example


Text Example

White with #FF245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF245E; }

 p { color: rgb(255,36,94); }

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

background-color css

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

 a { background-color: rgb(255,36,94); }

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

border-color css

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

 span { border-color: rgb(255,36,94); }

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