Html Css Color HEX #FD297D Wild Strawberry

📋 copy color: '#FD297D'

red 253 ◦ green 41 ◦ blue 125

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

Shades of Wild Strawberry #FD297D

Tints of Wild Strawberry #FD297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 60.38%
G = 9.79%
B = 29.83%

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

#FD297D (or 0xFD297D) is known color: Wild Strawberry. HEX triplet: FD, 29 and 7D. RGB value is (253,41,125). Sum of RGB (Red+Green+Blue) = 253+41+125=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD297D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD297D is #02D682. Grayscale: #717171. Windows color (decimal): -185987 or 8202749. OLE color: 8202749.

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

Color convert

RGB 253 41 125 -
CMYK 0 0.84 0.51 0.01
HSL 336.23º 0.98% 0.58% -
HSV(B) 336.23º 0.84% 0.99% -
XYZ 45 23.95 21.65 -
YUV 113.96 134.24 227.17 -
System Red Green Blue C M Y K H S L
Decimal 253 41 125 0 0.84 0.51 0.01 336.23 0.98 0.58
Hex FD 29 7D 0 54 33 1 150 62 3A
Octal 375 51 175 0 124 63 1 520 142 72
Binary 11111101 101001 1111101 0 1010100 110011 1 101010000 1100010 111010

Color Harmonies of #FD297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD297D

Black with #FD297D

Text Example


Text Example

White with #FD297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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