Html Css Color HEX #FD4297 Wild Strawberry

📋 copy color: '#FD4297'

red 253 ◦ green 66 ◦ blue 151

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

Shades of Wild Strawberry #FD4297

Tints of Wild Strawberry #FD4297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.04%

 BLUE value IS 151 (59.38% from 255) = 32.13%

R = 53.83%
G = 14.04%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD4297 (or 0xFD4297) is known color: Wild Strawberry. HEX triplet: FD, 42 and 97. RGB value is (253,66,151). Sum of RGB (Red+Green+Blue) = 253+66+151=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4297 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4297 is #02BD68. Grayscale: #838383. Windows color (decimal): -179561 or 9913085. OLE color: 9913085.

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

Color convert

RGB 253 66 151 -
CMYK 0 0.74 0.40 0.01
HSL 332.73º 0.98% 0.63% -
HSV(B) 332.73º 0.74% 0.99% -
XYZ 48.04 27.01 31.96 -
YUV 131.6 138.95 214.59 -
System Red Green Blue C M Y K H S L
Decimal 253 66 151 0 0.74 0.40 0.01 332.73 0.98 0.63
Hex FD 42 97 0 4A 28 1 14D 62 3F
Octal 375 102 227 0 112 50 1 515 142 77
Binary 11111101 1000010 10010111 0 1001010 101000 1 101001101 1100010 111111

Color Harmonies of #FD4297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4297

Black with #FD4297

Text Example


Text Example

White with #FD4297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4297; }

 p { color: rgb(253,66,151); }

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

background-color css

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

 a { background-color: rgb(253,66,151); }

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

border-color css

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

 span { border-color: rgb(253,66,151); }

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