Html Css Color HEX #FF2065 Radical Red

📋 copy color: '#FF2065'

red 255 ◦ green 32 ◦ blue 101

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

Shades of Radical Red #FF2065

Tints of Radical Red #FF2065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.03%

R = 65.72%
G = 8.25%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF2065 (or 0xFF2065) is known color: Radical Red. HEX triplet: FF, 20 and 65. RGB value is (255,32,101). Sum of RGB (Red+Green+Blue) = 255+32+101=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2065 is #00DF9A. Grayscale: #6A6A6A. Windows color (decimal): -57243 or 6627583. OLE color: 6627583.

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

Color convert

RGB 255 32 101 -
CMYK 0 0.87 0.60 0
HSL 341.44º 1% 0.56% -
HSV(B) 341.44º 0.87% 1% -
XYZ 44.11 23.23 14.47 -
YUV 106.54 124.88 233.89 -
System Red Green Blue C M Y K H S L
Decimal 255 32 101 0 0.87 0.60 0 341.44 1 0.56
Hex FF 20 65 0 57 3C 0 155 64 38
Octal 377 40 145 0 127 74 0 525 144 70
Binary 11111111 100000 1100101 0 1010111 111100 0 101010101 1100100 111000

Color Harmonies of #FF2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2065

Black with #FF2065

Text Example


Text Example

White with #FF2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2065; }

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

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

background-color css

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

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

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

border-color css

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

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

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