Html Css Color HEX #FF2D80 Wild Strawberry

📋 copy color: '#FF2D80'

red 255 ◦ green 45 ◦ blue 128

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

Shades of Wild Strawberry #FF2D80

Tints of Wild Strawberry #FF2D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 59.58%
G = 10.51%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF2D80 (or 0xFF2D80) is known color: Wild Strawberry. HEX triplet: FF, 2D and 80. RGB value is (255,45,128). Sum of RGB (Red+Green+Blue) = 255+45+128=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2D80 is #00D27F. Grayscale: #757575. Windows color (decimal): -53888 or 8400383. OLE color: 8400383.

HSL color Cylindrical-coordinate representation of color #FF2D80: hue angle of 336.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 #FF2D80 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 45 128 -
CMYK 0 0.82 0.50 0
HSL 336.29º 1% 0.59% -
HSV(B) 336.29º 0.82% 1% -
XYZ 46.07 24.7 22.76 -
YUV 117.25 134.07 226.25 -
System Red Green Blue C M Y K H S L
Decimal 255 45 128 0 0.82 0.50 0 336.29 1 0.59
Hex FF 2D 80 0 52 32 0 150 64 3B
Octal 377 55 200 0 122 62 0 520 144 73
Binary 11111111 101101 10000000 0 1010010 110010 0 101010000 1100100 111011

Color Harmonies of #FF2D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2D80

Black with #FF2D80

Text Example


Text Example

White with #FF2D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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