Html Css Color HEX #FD378E Wild Strawberry

📋 copy color: '#FD378E'

red 253 ◦ green 55 ◦ blue 142

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

Shades of Wild Strawberry #FD378E

Tints of Wild Strawberry #FD378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.56%

R = 56.22%
G = 12.22%
B = 31.56%

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

#FD378E (or 0xFD378E) is known color: Wild Strawberry. HEX triplet: FD, 37 and 8E. RGB value is (253,55,142). Sum of RGB (Red+Green+Blue) = 253+55+142=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD378E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD378E is #02C871. Grayscale: #7B7B7B. Windows color (decimal): -182386 or 9320445. OLE color: 9320445.

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

Color convert

RGB 253 55 142 -
CMYK 0 0.78 0.44 0.01
HSL 333.64º 0.98% 0.6% -
HSV(B) 333.64º 0.78% 0.99% -
XYZ 46.76 25.57 28.06 -
YUV 124.12 138.1 219.93 -
System Red Green Blue C M Y K H S L
Decimal 253 55 142 0 0.78 0.44 0.01 333.64 0.98 0.6
Hex FD 37 8E 0 4E 2C 1 14E 62 3C
Octal 375 67 216 0 116 54 1 516 142 74
Binary 11111101 110111 10001110 0 1001110 101100 1 101001110 1100010 111100

Color Harmonies of #FD378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD378E

Black with #FD378E

Text Example


Text Example

White with #FD378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD378E; }

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

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

background-color css

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

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

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

border-color css

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

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

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