Html Css Color HEX #FF2673 Radical Red

📋 copy color: '#FF2673'

red 255 ◦ green 38 ◦ blue 115

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

Shades of Radical Red #FF2673

Tints of Radical Red #FF2673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.31%

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 62.5%
G = 9.31%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF2673 (or 0xFF2673) is known color: Radical Red. HEX triplet: FF, 26 and 73. RGB value is (255,38,115). Sum of RGB (Red+Green+Blue) = 255+38+115=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2673 is #00D98C. Grayscale: #6F6F6F. Windows color (decimal): -55693 or 7546623. OLE color: 7546623.

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

Color convert

RGB 255 38 115 -
CMYK 0 0.85 0.55 0
HSL 338.71º 1% 0.57% -
HSV(B) 338.71º 0.85% 1% -
XYZ 45.03 23.88 18.46 -
YUV 111.66 129.89 230.24 -
System Red Green Blue C M Y K H S L
Decimal 255 38 115 0 0.85 0.55 0 338.71 1 0.57
Hex FF 26 73 0 55 37 0 153 64 39
Octal 377 46 163 0 125 67 0 523 144 71
Binary 11111111 100110 1110011 0 1010101 110111 0 101010011 1100100 111001

Color Harmonies of #FF2673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2673

Black with #FF2673

Text Example


Text Example

White with #FF2673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2673; }

 p { color: rgb(255,38,115); }

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

background-color css

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

 a { background-color: rgb(255,38,115); }

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

border-color css

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

 span { border-color: rgb(255,38,115); }

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