Html Css Color HEX #FF2475 Radical Red

📋 copy color: '#FF2475'

red 255 ◦ green 36 ◦ blue 117

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

Shades of Radical Red #FF2475

Tints of Radical Red #FF2475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.68%

R = 62.5%
G = 8.82%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF2475 (or 0xFF2475) is known color: Radical Red. HEX triplet: FF, 24 and 75. RGB value is (255,36,117). Sum of RGB (Red+Green+Blue) = 255+36+117=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2475 is #00DB8A. Grayscale: #6E6E6E. Windows color (decimal): -56203 or 7677183. OLE color: 7677183.

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

Color convert

RGB 255 36 117 -
CMYK 0 0.86 0.54 0
HSL 337.81º 1% 0.57% -
HSV(B) 337.81º 0.86% 1% -
XYZ 45.08 23.81 19.05 -
YUV 110.72 131.55 230.91 -
System Red Green Blue C M Y K H S L
Decimal 255 36 117 0 0.86 0.54 0 337.81 1 0.57
Hex FF 24 75 0 56 36 0 152 64 39
Octal 377 44 165 0 126 66 0 522 144 71
Binary 11111111 100100 1110101 0 1010110 110110 0 101010010 1100100 111001

Color Harmonies of #FF2475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2475

Black with #FF2475

Text Example


Text Example

White with #FF2475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2475; }

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

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

background-color css

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

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

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

border-color css

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

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

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