Html Css Color HEX #FD297F Wild Strawberry

📋 copy color: '#FD297F'

red 253 ◦ green 41 ◦ blue 127

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

Shades of Wild Strawberry #FD297F

Tints of Wild Strawberry #FD297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.17%

R = 60.1%
G = 9.74%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD297F (or 0xFD297F) is known color: Wild Strawberry. HEX triplet: FD, 29 and 7F. RGB value is (253,41,127). Sum of RGB (Red+Green+Blue) = 253+41+127=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD297F is #02D680. Grayscale: #727272. Windows color (decimal): -185985 or 8333821. OLE color: 8333821.

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

Color convert

RGB 253 41 127 -
CMYK 0 0.84 0.50 0.01
HSL 335.66º 0.98% 0.58% -
HSV(B) 335.66º 0.84% 0.99% -
XYZ 45.13 24 22.33 -
YUV 114.19 135.24 227.01 -
System Red Green Blue C M Y K H S L
Decimal 253 41 127 0 0.84 0.50 0.01 335.66 0.98 0.58
Hex FD 29 7F 0 54 32 1 150 62 3A
Octal 375 51 177 0 124 62 1 520 142 72
Binary 11111101 101001 1111111 0 1010100 110010 1 101010000 1100010 111010

Color Harmonies of #FD297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD297F

Black with #FD297F

Text Example


Text Example

White with #FD297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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