Html Css Color HEX #FF2468 Radical Red

📋 copy color: '#FF2468'

red 255 ◦ green 36 ◦ blue 104

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

Shades of Radical Red #FF2468

Tints of Radical Red #FF2468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.33%

R = 64.56%
G = 9.11%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FF2468 (or 0xFF2468) is known color: Radical Red. HEX triplet: FF, 24 and 68. RGB value is (255,36,104). Sum of RGB (Red+Green+Blue) = 255+36+104=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2468 is #00DB97. Grayscale: #6D6D6D. Windows color (decimal): -56216 or 6825215. OLE color: 6825215.

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

Color convert

RGB 255 36 104 -
CMYK 0 0.86 0.59 0
HSL 341.37º 1% 0.57% -
HSV(B) 341.37º 0.86% 1% -
XYZ 44.37 23.52 15.3 -
YUV 109.23 125.05 231.97 -
System Red Green Blue C M Y K H S L
Decimal 255 36 104 0 0.86 0.59 0 341.37 1 0.57
Hex FF 24 68 0 56 3B 0 155 64 39
Octal 377 44 150 0 126 73 0 525 144 71
Binary 11111111 100100 1101000 0 1010110 111011 0 101010101 1100100 111001

Color Harmonies of #FF2468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2468

Black with #FF2468

Text Example


Text Example

White with #FF2468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2468; }

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

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

background-color css

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

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

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

border-color css

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

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

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