Html Css Color HEX #FF2D79 Radical Red

📋 copy color: '#FF2D79'

red 255 ◦ green 45 ◦ blue 121

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

Shades of Radical Red #FF2D79

Tints of Radical Red #FF2D79

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.69%

 BLUE value IS 121 (47.66% from 255) = 28.74%

R = 60.57%
G = 10.69%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF2D79 (or 0xFF2D79) is known color: Radical Red. HEX triplet: FF, 2D and 79. RGB value is (255,45,121). Sum of RGB (Red+Green+Blue) = 255+45+121=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2D79 is #00D286. Grayscale: #747474. Windows color (decimal): -53895 or 7941631. OLE color: 7941631.

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

Color convert

RGB 255 45 121 -
CMYK 0 0.82 0.53 0
HSL 338.29º 1% 0.59% -
HSV(B) 338.29º 0.82% 1% -
XYZ 45.63 24.52 20.42 -
YUV 116.45 130.57 226.82 -
System Red Green Blue C M Y K H S L
Decimal 255 45 121 0 0.82 0.53 0 338.29 1 0.59
Hex FF 2D 79 0 52 35 0 152 64 3B
Octal 377 55 171 0 122 65 0 522 144 73
Binary 11111111 101101 1111001 0 1010010 110101 0 101010010 1100100 111011

Color Harmonies of #FF2D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2D79

Black with #FF2D79

Text Example


Text Example

White with #FF2D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2D79; }

 p { color: rgb(255,45,121); }

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

background-color css

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

 a { background-color: rgb(255,45,121); }

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

border-color css

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

 span { border-color: rgb(255,45,121); }

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