Html Css Color HEX #FD338A Wild Strawberry

📋 copy color: '#FD338A'

red 253 ◦ green 51 ◦ blue 138

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

Shades of Wild Strawberry #FD338A

Tints of Wild Strawberry #FD338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.22%

R = 57.24%
G = 11.54%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD338A (or 0xFD338A) is known color: Wild Strawberry. HEX triplet: FD, 33 and 8A. RGB value is (253,51,138). Sum of RGB (Red+Green+Blue) = 253+51+138=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD338A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD338A is #02CC75. Grayscale: #797979. Windows color (decimal): -183414 or 9057277. OLE color: 9057277.

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

Color convert

RGB 253 51 138 -
CMYK 0 0.80 0.45 0.01
HSL 334.16º 0.98% 0.6% -
HSV(B) 334.16º 0.8% 0.99% -
XYZ 46.28 25.09 26.45 -
YUV 121.32 137.42 221.93 -
System Red Green Blue C M Y K H S L
Decimal 253 51 138 0 0.80 0.45 0.01 334.16 0.98 0.6
Hex FD 33 8A 0 50 2D 1 14E 62 3C
Octal 375 63 212 0 120 55 1 516 142 74
Binary 11111101 110011 10001010 0 1010000 101101 1 101001110 1100010 111100

Color Harmonies of #FD338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD338A

Black with #FD338A

Text Example


Text Example

White with #FD338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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