Html Css Color HEX #FF298D Wild Strawberry

📋 copy color: '#FF298D'

red 255 ◦ green 41 ◦ blue 141

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

Shades of Wild Strawberry #FF298D

Tints of Wild Strawberry #FF298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.38%

 BLUE value IS 141 (55.47% from 255) = 32.27%

R = 58.35%
G = 9.38%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF298D (or 0xFF298D) is known color: Wild Strawberry. HEX triplet: FF, 29 and 8D. RGB value is (255,41,141). Sum of RGB (Red+Green+Blue) = 255+41+141=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF298D is #00D672. Grayscale: #747474. Windows color (decimal): -54899 or 9251327. OLE color: 9251327.

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

Color convert

RGB 255 41 141 -
CMYK 0 0.84 0.45 0
HSL 331.96º 1% 0.58% -
HSV(B) 331.96º 0.84% 1% -
XYZ 46.84 24.77 27.51 -
YUV 116.39 141.9 226.87 -
System Red Green Blue C M Y K H S L
Decimal 255 41 141 0 0.84 0.45 0 331.96 1 0.58
Hex FF 29 8D 0 54 2D 0 14C 64 3A
Octal 377 51 215 0 124 55 0 514 144 72
Binary 11111111 101001 10001101 0 1010100 101101 0 101001100 1100100 111010

Color Harmonies of #FF298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF298D

Black with #FF298D

Text Example


Text Example

White with #FF298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF298D; }

 p { color: rgb(255,41,141); }

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

background-color css

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

 a { background-color: rgb(255,41,141); }

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

border-color css

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

 span { border-color: rgb(255,41,141); }

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