Html Css Color HEX #FD369D Wild Strawberry

📋 copy color: '#FD369D'

red 253 ◦ green 54 ◦ blue 157

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

Shades of Wild Strawberry #FD369D

Tints of Wild Strawberry #FD369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.84%

R = 54.53%
G = 11.64%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD369D (or 0xFD369D) is known color: Wild Strawberry. HEX triplet: FD, 36 and 9D. RGB value is (253,54,157). Sum of RGB (Red+Green+Blue) = 253+54+157=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD369D is #02C962. Grayscale: #7D7D7D. Windows color (decimal): -182627 or 10303229. OLE color: 10303229.

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

Color convert

RGB 253 54 157 -
CMYK 0 0.79 0.38 0.01
HSL 328.94º 0.98% 0.6% -
HSV(B) 328.94º 0.79% 0.99% -
XYZ 47.91 25.96 34.38 -
YUV 125.24 145.93 219.12 -
System Red Green Blue C M Y K H S L
Decimal 253 54 157 0 0.79 0.38 0.01 328.94 0.98 0.6
Hex FD 36 9D 0 4F 26 1 149 62 3C
Octal 375 66 235 0 117 46 1 511 142 74
Binary 11111101 110110 10011101 0 1001111 100110 1 101001001 1100010 111100

Color Harmonies of #FD369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD369D

Black with #FD369D

Text Example


Text Example

White with #FD369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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