Html Css Color HEX #FD298D Wild Strawberry

📋 copy color: '#FD298D'

red 253 ◦ green 41 ◦ blue 141

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

Shades of Wild Strawberry #FD298D

Tints of Wild Strawberry #FD298D

RGB

 RED value IS 253 (99.22% from 255) = 58.16%

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

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

R = 58.16%
G = 9.43%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD298D (or 0xFD298D) is known color: Wild Strawberry. HEX triplet: FD, 29 and 8D. RGB value is (253,41,141). Sum of RGB (Red+Green+Blue) = 253+41+141=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD298D is #02D672. Grayscale: #737373. Windows color (decimal): -185971 or 9251325. OLE color: 9251325.

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

Color convert

RGB 253 41 141 -
CMYK 0 0.84 0.44 0.01
HSL 331.7º 0.98% 0.58% -
HSV(B) 331.7º 0.84% 0.99% -
XYZ 46.11 24.39 27.48 -
YUV 115.79 142.24 225.87 -
System Red Green Blue C M Y K H S L
Decimal 253 41 141 0 0.84 0.44 0.01 331.7 0.98 0.58
Hex FD 29 8D 0 54 2C 1 14C 62 3A
Octal 375 51 215 0 124 54 1 514 142 72
Binary 11111101 101001 10001101 0 1010100 101100 1 101001100 1100010 111010

Color Harmonies of #FD298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD298D

Black with #FD298D

Text Example


Text Example

White with #FD298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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