Html Css Color HEX #FF2566 Radical Red

📋 copy color: '#FF2566'

red 255 ◦ green 37 ◦ blue 102

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

Shades of Radical Red #FF2566

Tints of Radical Red #FF2566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.39%

 BLUE value IS 102 (40.23% from 255) = 25.89%

R = 64.72%
G = 9.39%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FF2566 (or 0xFF2566) is known color: Radical Red. HEX triplet: FF, 25 and 66. RGB value is (255,37,102). Sum of RGB (Red+Green+Blue) = 255+37+102=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2566 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2566 is #00DA99. Grayscale: #6D6D6D. Windows color (decimal): -55962 or 6694399. OLE color: 6694399.

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

Color convert

RGB 255 37 102 -
CMYK 0 0.85 0.6 0
HSL 342.11º 1% 0.57% -
HSV(B) 342.11º 0.85% 1% -
XYZ 44.3 23.54 14.78 -
YUV 109.59 123.72 231.71 -
System Red Green Blue C M Y K H S L
Decimal 255 37 102 0 0.85 0.6 0 342.11 1 0.57
Hex FF 25 66 0 55 3C 0 156 64 39
Octal 377 45 146 0 125 74 0 526 144 71
Binary 11111111 100101 1100110 0 1010101 111100 0 101010110 1100100 111001

Color Harmonies of #FF2566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2566

Black with #FF2566

Text Example


Text Example

White with #FF2566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2566; }

 p { color: rgb(255,37,102); }

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

background-color css

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

 a { background-color: rgb(255,37,102); }

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

border-color css

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

 span { border-color: rgb(255,37,102); }

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