Html Css Color HEX #FD3397 Wild Strawberry

📋 copy color: '#FD3397'

red 253 ◦ green 51 ◦ blue 151

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

Shades of Wild Strawberry #FD3397

Tints of Wild Strawberry #FD3397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.21%

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

R = 55.6%
G = 11.21%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD3397 (or 0xFD3397) is known color: Wild Strawberry. HEX triplet: FD, 33 and 97. RGB value is (253,51,151). Sum of RGB (Red+Green+Blue) = 253+51+151=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3397 is #02CC68. Grayscale: #7A7A7A. Windows color (decimal): -183401 or 9909245. OLE color: 9909245.

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

Color convert

RGB 253 51 151 -
CMYK 0 0.80 0.40 0.01
HSL 330.3º 0.98% 0.6% -
HSV(B) 330.3º 0.8% 0.99% -
XYZ 47.28 25.48 31.71 -
YUV 122.8 143.92 220.87 -
System Red Green Blue C M Y K H S L
Decimal 253 51 151 0 0.80 0.40 0.01 330.3 0.98 0.6
Hex FD 33 97 0 50 28 1 14A 62 3C
Octal 375 63 227 0 120 50 1 512 142 74
Binary 11111101 110011 10010111 0 1010000 101000 1 101001010 1100010 111100

Color Harmonies of #FD3397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3397

Black with #FD3397

Text Example


Text Example

White with #FD3397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3397; }

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

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

background-color css

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

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

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

border-color css

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

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

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