Html Css Color HEX #FD339C Wild Strawberry

📋 copy color: '#FD339C'

red 253 ◦ green 51 ◦ blue 156

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

Shades of Wild Strawberry #FD339C

Tints of Wild Strawberry #FD339C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 55%
G = 11.09%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD339C (or 0xFD339C) is known color: Wild Strawberry. HEX triplet: FD, 33 and 9C. RGB value is (253,51,156). Sum of RGB (Red+Green+Blue) = 253+51+156=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD339C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD339C is #02CC63. Grayscale: #7B7B7B. Windows color (decimal): -183396 or 10236925. OLE color: 10236925.

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

Color convert

RGB 253 51 156 -
CMYK 0 0.80 0.38 0.01
HSL 328.81º 0.98% 0.6% -
HSV(B) 328.81º 0.8% 0.99% -
XYZ 47.69 25.65 33.89 -
YUV 123.37 146.42 220.46 -
System Red Green Blue C M Y K H S L
Decimal 253 51 156 0 0.80 0.38 0.01 328.81 0.98 0.6
Hex FD 33 9C 0 50 26 1 149 62 3C
Octal 375 63 234 0 120 46 1 511 142 74
Binary 11111101 110011 10011100 0 1010000 100110 1 101001001 1100010 111100

Color Harmonies of #FD339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD339C

Black with #FD339C

Text Example


Text Example

White with #FD339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD339C; }

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

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

background-color css

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

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

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

border-color css

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

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

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