Html Css Color HEX #FD4197 Wild Strawberry

📋 copy color: '#FD4197'

red 253 ◦ green 65 ◦ blue 151

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

Shades of Wild Strawberry #FD4197

Tints of Wild Strawberry #FD4197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.86%

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

R = 53.94%
G = 13.86%
B = 32.2%

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

#FD4197 (or 0xFD4197) is known color: Wild Strawberry. HEX triplet: FD, 41 and 97. RGB value is (253,65,151). Sum of RGB (Red+Green+Blue) = 253+65+151=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4197 is #02BE68. Grayscale: #828282. Windows color (decimal): -179817 or 9912829. OLE color: 9912829.

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

Color convert

RGB 253 65 151 -
CMYK 0 0.74 0.40 0.01
HSL 332.55º 0.98% 0.62% -
HSV(B) 332.55º 0.74% 0.99% -
XYZ 47.98 26.9 31.94 -
YUV 131.02 139.28 215.01 -
System Red Green Blue C M Y K H S L
Decimal 253 65 151 0 0.74 0.40 0.01 332.55 0.98 0.62
Hex FD 41 97 0 4A 28 1 14D 62 3E
Octal 375 101 227 0 112 50 1 515 142 76
Binary 11111101 1000001 10010111 0 1001010 101000 1 101001101 1100010 111110

Color Harmonies of #FD4197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4197

Black with #FD4197

Text Example


Text Example

White with #FD4197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4197; }

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

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

background-color css

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

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

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

border-color css

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

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

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