Html Css Color HEX #FD378D Wild Strawberry

📋 copy color: '#FD378D'

red 253 ◦ green 55 ◦ blue 141

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

Shades of Wild Strawberry #FD378D

Tints of Wild Strawberry #FD378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 56.35%
G = 12.25%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD378D (or 0xFD378D) is known color: Wild Strawberry. HEX triplet: FD, 37 and 8D. RGB value is (253,55,141). Sum of RGB (Red+Green+Blue) = 253+55+141=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD378D is #02C872. Grayscale: #7B7B7B. Windows color (decimal): -182387 or 9254909. OLE color: 9254909.

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

Color convert

RGB 253 55 141 -
CMYK 0 0.78 0.44 0.01
HSL 333.94º 0.98% 0.6% -
HSV(B) 333.94º 0.78% 0.99% -
XYZ 46.68 25.54 27.67 -
YUV 124.01 137.6 220.01 -
System Red Green Blue C M Y K H S L
Decimal 253 55 141 0 0.78 0.44 0.01 333.94 0.98 0.6
Hex FD 37 8D 0 4E 2C 1 14E 62 3C
Octal 375 67 215 0 116 54 1 516 142 74
Binary 11111101 110111 10001101 0 1001110 101100 1 101001110 1100010 111100

Color Harmonies of #FD378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD378D

Black with #FD378D

Text Example


Text Example

White with #FD378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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