Html Css Color HEX #FF2872 Radical Red

📋 copy color: '#FF2872'

red 255 ◦ green 40 ◦ blue 114

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

Shades of Radical Red #FF2872

Tints of Radical Red #FF2872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.78%

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 62.35%
G = 9.78%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF2872 (or 0xFF2872) is known color: Radical Red. HEX triplet: FF, 28 and 72. RGB value is (255,40,114). Sum of RGB (Red+Green+Blue) = 255+40+114=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2872 is #00D78D. Grayscale: #707070. Windows color (decimal): -55182 or 7481599. OLE color: 7481599.

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

Color convert

RGB 255 40 114 -
CMYK 0 0.84 0.55 0
HSL 339.35º 1% 0.58% -
HSV(B) 339.35º 0.84% 1% -
XYZ 45.04 23.99 18.18 -
YUV 112.72 128.73 229.48 -
System Red Green Blue C M Y K H S L
Decimal 255 40 114 0 0.84 0.55 0 339.35 1 0.58
Hex FF 28 72 0 54 37 0 153 64 3A
Octal 377 50 162 0 124 67 0 523 144 72
Binary 11111111 101000 1110010 0 1010100 110111 0 101010011 1100100 111010

Color Harmonies of #FF2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2872

Black with #FF2872

Text Example


Text Example

White with #FF2872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2872; }

 p { color: rgb(255,40,114); }

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

background-color css

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

 a { background-color: rgb(255,40,114); }

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

border-color css

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

 span { border-color: rgb(255,40,114); }

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