Html Css Color HEX #FF2075 Radical Red

📋 copy color: '#FF2075'

red 255 ◦ green 32 ◦ blue 117

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

Shades of Radical Red #FF2075

Tints of Radical Red #FF2075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.92%

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

R = 63.12%
G = 7.92%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF2075 (or 0xFF2075) is known color: Radical Red. HEX triplet: FF, 20 and 75. RGB value is (255,32,117). Sum of RGB (Red+Green+Blue) = 255+32+117=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2075 is #00DF8A. Grayscale: #6C6C6C. Windows color (decimal): -57227 or 7676159. OLE color: 7676159.

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

Color convert

RGB 255 32 117 -
CMYK 0 0.87 0.54 0
HSL 337.13º 1% 0.56% -
HSV(B) 337.13º 0.87% 1% -
XYZ 44.97 23.58 19.01 -
YUV 108.37 132.88 232.59 -
System Red Green Blue C M Y K H S L
Decimal 255 32 117 0 0.87 0.54 0 337.13 1 0.56
Hex FF 20 75 0 57 36 0 151 64 38
Octal 377 40 165 0 127 66 0 521 144 70
Binary 11111111 100000 1110101 0 1010111 110110 0 101010001 1100100 111000

Color Harmonies of #FF2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2075

Black with #FF2075

Text Example


Text Example

White with #FF2075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2075; }

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

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

background-color css

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

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

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

border-color css

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

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

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