Html Css Color HEX #FF2776 Radical Red

📋 copy color: '#FF2776'

red 255 ◦ green 39 ◦ blue 118

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

Shades of Radical Red #FF2776

Tints of Radical Red #FF2776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.47%

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 61.89%
G = 9.47%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF2776 (or 0xFF2776) is known color: Radical Red. HEX triplet: FF, 27 and 76. RGB value is (255,39,118). Sum of RGB (Red+Green+Blue) = 255+39+118=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2776 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2776 is #00D889. Grayscale: #707070. Windows color (decimal): -55434 or 7743487. OLE color: 7743487.

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

Color convert

RGB 255 39 118 -
CMYK 0 0.85 0.54 0
HSL 338.06º 1% 0.58% -
HSV(B) 338.06º 0.85% 1% -
XYZ 45.24 24.02 19.39 -
YUV 112.59 131.06 229.58 -
System Red Green Blue C M Y K H S L
Decimal 255 39 118 0 0.85 0.54 0 338.06 1 0.58
Hex FF 27 76 0 55 36 0 152 64 3A
Octal 377 47 166 0 125 66 0 522 144 72
Binary 11111111 100111 1110110 0 1010101 110110 0 101010010 1100100 111010

Color Harmonies of #FF2776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2776

Black with #FF2776

Text Example


Text Example

White with #FF2776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2776; }

 p { color: rgb(255,39,118); }

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

background-color css

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

 a { background-color: rgb(255,39,118); }

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

border-color css

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

 span { border-color: rgb(255,39,118); }

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