Html Css Color HEX #FD298C Wild Strawberry

📋 copy color: '#FD298C'

red 253 ◦ green 41 ◦ blue 140

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

Shades of Wild Strawberry #FD298C

Tints of Wild Strawberry #FD298C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 58.29%
G = 9.45%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD298C (or 0xFD298C) is known color: Wild Strawberry. HEX triplet: FD, 29 and 8C. RGB value is (253,41,140). Sum of RGB (Red+Green+Blue) = 253+41+140=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD298C is #02D673. Grayscale: #737373. Windows color (decimal): -185972 or 9185789. OLE color: 9185789.

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

Color convert

RGB 253 41 140 -
CMYK 0 0.84 0.45 0.01
HSL 331.98º 0.98% 0.58% -
HSV(B) 331.98º 0.84% 0.99% -
XYZ 46.03 24.36 27.09 -
YUV 115.67 141.74 225.95 -
System Red Green Blue C M Y K H S L
Decimal 253 41 140 0 0.84 0.45 0.01 331.98 0.98 0.58
Hex FD 29 8C 0 54 2D 1 14C 62 3A
Octal 375 51 214 0 124 55 1 514 142 72
Binary 11111101 101001 10001100 0 1010100 101101 1 101001100 1100010 111010

Color Harmonies of #FD298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD298C

Black with #FD298C

Text Example


Text Example

White with #FD298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD298C; }

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

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

background-color css

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

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

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

border-color css

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

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

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