Html Css Color HEX #FD339A Wild Strawberry

📋 copy color: '#FD339A'

red 253 ◦ green 51 ◦ blue 154

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

Shades of Wild Strawberry #FD339A

Tints of Wild Strawberry #FD339A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.62%

R = 55.24%
G = 11.14%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD339A (or 0xFD339A) is known color: Wild Strawberry. HEX triplet: FD, 33 and 9A. RGB value is (253,51,154). Sum of RGB (Red+Green+Blue) = 253+51+154=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD339A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD339A is #02CC65. Grayscale: #7A7A7A. Windows color (decimal): -183398 or 10105853. OLE color: 10105853.

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

Color convert

RGB 253 51 154 -
CMYK 0 0.80 0.39 0.01
HSL 329.41º 0.98% 0.6% -
HSV(B) 329.41º 0.8% 0.99% -
XYZ 47.52 25.58 33.01 -
YUV 123.14 145.42 220.62 -
System Red Green Blue C M Y K H S L
Decimal 253 51 154 0 0.80 0.39 0.01 329.41 0.98 0.6
Hex FD 33 9A 0 50 27 1 149 62 3C
Octal 375 63 232 0 120 47 1 511 142 74
Binary 11111101 110011 10011010 0 1010000 100111 1 101001001 1100010 111100

Color Harmonies of #FD339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD339A

Black with #FD339A

Text Example


Text Example

White with #FD339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD339A; }

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

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

background-color css

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

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

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

border-color css

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

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

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