Html Css Color HEX #FF2465 Radical Red

📋 copy color: '#FF2465'

red 255 ◦ green 36 ◦ blue 101

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

Shades of Radical Red #FF2465

Tints of Radical Red #FF2465

RGB

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

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

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

R = 65.05%
G = 9.18%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF2465 (or 0xFF2465) is known color: Radical Red. HEX triplet: FF, 24 and 65. RGB value is (255,36,101). Sum of RGB (Red+Green+Blue) = 255+36+101=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2465 is #00DB9A. Grayscale: #6C6C6C. Windows color (decimal): -56219 or 6628607. OLE color: 6628607.

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

Color convert

RGB 255 36 101 -
CMYK 0 0.86 0.60 0
HSL 342.19º 1% 0.57% -
HSV(B) 342.19º 0.86% 1% -
XYZ 44.22 23.46 14.51 -
YUV 108.89 123.55 232.21 -
System Red Green Blue C M Y K H S L
Decimal 255 36 101 0 0.86 0.60 0 342.19 1 0.57
Hex FF 24 65 0 56 3C 0 156 64 39
Octal 377 44 145 0 126 74 0 526 144 71
Binary 11111111 100100 1100101 0 1010110 111100 0 101010110 1100100 111001

Color Harmonies of #FF2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2465

Black with #FF2465

Text Example


Text Example

White with #FF2465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2465; }

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

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

background-color css

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

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

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

border-color css

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

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

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