Html Css Color HEX #FD3296 Wild Strawberry

📋 copy color: '#FD3296'

red 253 ◦ green 50 ◦ blue 150

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

Shades of Wild Strawberry #FD3296

Tints of Wild Strawberry #FD3296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.04%

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 55.85%
G = 11.04%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD3296 (or 0xFD3296) is known color: Wild Strawberry. HEX triplet: FD, 32 and 96. RGB value is (253,50,150). Sum of RGB (Red+Green+Blue) = 253+50+150=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3296 is #02CD69. Grayscale: #797979. Windows color (decimal): -183658 or 9843453. OLE color: 9843453.

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

Color convert

RGB 253 50 150 -
CMYK 0 0.80 0.41 0.01
HSL 330.44º 0.98% 0.59% -
HSV(B) 330.44º 0.8% 0.99% -
XYZ 47.15 25.37 31.26 -
YUV 122.1 143.75 221.37 -
System Red Green Blue C M Y K H S L
Decimal 253 50 150 0 0.80 0.41 0.01 330.44 0.98 0.59
Hex FD 32 96 0 50 29 1 14A 62 3B
Octal 375 62 226 0 120 51 1 512 142 73
Binary 11111101 110010 10010110 0 1010000 101001 1 101001010 1100010 111011

Color Harmonies of #FD3296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3296

Black with #FD3296

Text Example


Text Example

White with #FD3296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3296; }

 p { color: rgb(253,50,150); }

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

background-color css

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

 a { background-color: rgb(253,50,150); }

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

border-color css

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

 span { border-color: rgb(253,50,150); }

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