Html Css Color HEX #FD3398 Wild Strawberry

📋 copy color: '#FD3398'

red 253 ◦ green 51 ◦ blue 152

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

Shades of Wild Strawberry #FD3398

Tints of Wild Strawberry #FD3398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.33%

R = 55.48%
G = 11.18%
B = 33.33%

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

#FD3398 (or 0xFD3398) is known color: Wild Strawberry. HEX triplet: FD, 33 and 98. RGB value is (253,51,152). Sum of RGB (Red+Green+Blue) = 253+51+152=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3398 is #02CC67. Grayscale: #7A7A7A. Windows color (decimal): -183400 or 9974781. OLE color: 9974781.

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

Color convert

RGB 253 51 152 -
CMYK 0 0.80 0.40 0.01
HSL 330º 0.98% 0.6% -
HSV(B) 330º 0.8% 0.99% -
XYZ 47.36 25.52 32.13 -
YUV 122.91 144.42 220.79 -
System Red Green Blue C M Y K H S L
Decimal 253 51 152 0 0.80 0.40 0.01 330 0.98 0.6
Hex FD 33 98 0 50 28 1 14A 62 3C
Octal 375 63 230 0 120 50 1 512 142 74
Binary 11111101 110011 10011000 0 1010000 101000 1 101001010 1100010 111100

Color Harmonies of #FD3398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3398

Black with #FD3398

Text Example


Text Example

White with #FD3398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3398; }

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

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

background-color css

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

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

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

border-color css

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

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

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