Html Css Color HEX #FD379C Wild Strawberry

📋 copy color: '#FD379C'

red 253 ◦ green 55 ◦ blue 156

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

Shades of Wild Strawberry #FD379C

Tints of Wild Strawberry #FD379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.85%

 BLUE value IS 156 (61.33% from 255) = 33.62%

R = 54.53%
G = 11.85%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD379C (or 0xFD379C) is known color: Wild Strawberry. HEX triplet: FD, 37 and 9C. RGB value is (253,55,156). Sum of RGB (Red+Green+Blue) = 253+55+156=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD379C is #02C863. Grayscale: #7D7D7D. Windows color (decimal): -182372 or 10237949. OLE color: 10237949.

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

Color convert

RGB 253 55 156 -
CMYK 0 0.78 0.38 0.01
HSL 329.39º 0.98% 0.6% -
HSV(B) 329.39º 0.78% 0.99% -
XYZ 47.87 26.02 33.95 -
YUV 125.72 145.1 218.79 -
System Red Green Blue C M Y K H S L
Decimal 253 55 156 0 0.78 0.38 0.01 329.39 0.98 0.6
Hex FD 37 9C 0 4E 26 1 149 62 3C
Octal 375 67 234 0 116 46 1 511 142 74
Binary 11111101 110111 10011100 0 1001110 100110 1 101001001 1100010 111100

Color Harmonies of #FD379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD379C

Black with #FD379C

Text Example


Text Example

White with #FD379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD379C; }

 p { color: rgb(253,55,156); }

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

background-color css

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

 a { background-color: rgb(253,55,156); }

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

border-color css

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

 span { border-color: rgb(253,55,156); }

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