Html Css Color HEX #FD3699 Wild Strawberry

📋 copy color: '#FD3699'

red 253 ◦ green 54 ◦ blue 153

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

Shades of Wild Strawberry #FD3699

Tints of Wild Strawberry #FD3699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.74%

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 55%
G = 11.74%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD3699 (or 0xFD3699) is known color: Wild Strawberry. HEX triplet: FD, 36 and 99. RGB value is (253,54,153). Sum of RGB (Red+Green+Blue) = 253+54+153=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3699 is #02C966. Grayscale: #7C7C7C. Windows color (decimal): -182631 or 10041085. OLE color: 10041085.

HSL color Cylindrical-coordinate representation of color #FD3699: hue angle of 330.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD3699 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 54 153 -
CMYK 0 0.79 0.40 0.01
HSL 330.15º 0.98% 0.6% -
HSV(B) 330.15º 0.79% 0.99% -
XYZ 47.58 25.82 32.61 -
YUV 124.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 253 54 153 0 0.79 0.40 0.01 330.15 0.98 0.6
Hex FD 36 99 0 4F 28 1 14A 62 3C
Octal 375 66 231 0 117 50 1 512 142 74
Binary 11111101 110110 10011001 0 1001111 101000 1 101001010 1100010 111100

Color Harmonies of #FD3699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3699

Black with #FD3699

Text Example


Text Example

White with #FD3699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3699; }

 p { color: rgb(253,54,153); }

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

background-color css

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

 a { background-color: rgb(253,54,153); }

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

border-color css

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

 span { border-color: rgb(253,54,153); }

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