Html Css Color HEX #FF245F Radical Red

📋 copy color: '#FF245F'

red 255 ◦ green 36 ◦ blue 95

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

Shades of Radical Red #FF245F

Tints of Radical Red #FF245F

RGB

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

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

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

R = 66.06%
G = 9.33%
B = 24.61%

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

#FF245F (or 0xFF245F) is known color: Radical Red. HEX triplet: FF, 24 and 5F. RGB value is (255,36,95). Sum of RGB (Red+Green+Blue) = 255+36+95=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF245F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF245F is #00DBA0. Grayscale: #6C6C6C. Windows color (decimal): -56225 or 6235391. OLE color: 6235391.

HSL color Cylindrical-coordinate representation of color #FF245F: hue angle of 343.84º 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 #FF245F is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 36 95 -
CMYK 0 0.86 0.63 0
HSL 343.84º 1% 0.57% -
HSV(B) 343.84º 0.86% 1% -
XYZ 43.94 23.35 13.02 -
YUV 108.21 120.55 232.7 -
System Red Green Blue C M Y K H S L
Decimal 255 36 95 0 0.86 0.63 0 343.84 1 0.57
Hex FF 24 5F 0 56 3F 0 158 64 39
Octal 377 44 137 0 126 77 0 530 144 71
Binary 11111111 100100 1011111 0 1010110 111111 0 101011000 1100100 111001

Color Harmonies of #FF245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF245F

Black with #FF245F

Text Example


Text Example

White with #FF245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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