Html Css Color HEX #FD297C Wild Strawberry

📋 copy color: '#FD297C'

red 253 ◦ green 41 ◦ blue 124

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

Shades of Wild Strawberry #FD297C

Tints of Wild Strawberry #FD297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 60.53%
G = 9.81%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD297C (or 0xFD297C) is known color: Wild Strawberry. HEX triplet: FD, 29 and 7C. RGB value is (253,41,124). Sum of RGB (Red+Green+Blue) = 253+41+124=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD297C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD297C is #02D683. Grayscale: #717171. Windows color (decimal): -185988 or 8137213. OLE color: 8137213.

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

Color convert

RGB 253 41 124 -
CMYK 0 0.84 0.51 0.01
HSL 336.51º 0.98% 0.58% -
HSV(B) 336.51º 0.84% 0.99% -
XYZ 44.94 23.92 21.32 -
YUV 113.85 133.74 227.25 -
System Red Green Blue C M Y K H S L
Decimal 253 41 124 0 0.84 0.51 0.01 336.51 0.98 0.58
Hex FD 29 7C 0 54 33 1 151 62 3A
Octal 375 51 174 0 124 63 1 521 142 72
Binary 11111101 101001 1111100 0 1010100 110011 1 101010001 1100010 111010

Color Harmonies of #FD297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD297C

Black with #FD297C

Text Example


Text Example

White with #FD297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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