Html Css Color HEX #FC378C Wild Strawberry

📋 copy color: '#FC378C'

red 252 ◦ green 55 ◦ blue 140

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

Shades of Wild Strawberry #FC378C

Tints of Wild Strawberry #FC378C

RGB

 RED value IS 252 (98.83% from 255) = 56.38%

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

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 56.38%
G = 12.3%
B = 31.32%

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

#FC378C (or 0xFC378C) is known color: Wild Strawberry. HEX triplet: FC, 37 and 8C. RGB value is (252,55,140). Sum of RGB (Red+Green+Blue) = 252+55+140=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC378C is #03C873. Grayscale: #7B7B7B. Windows color (decimal): -247924 or 9189372. OLE color: 9189372.

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

Color convert

RGB 252 55 140 -
CMYK 0 0.78 0.44 0.01
HSL 334.11º 0.97% 0.6% -
HSV(B) 334.11º 0.78% 0.99% -
XYZ 46.24 25.32 27.26 -
YUV 123.59 137.27 219.59 -
System Red Green Blue C M Y K H S L
Decimal 252 55 140 0 0.78 0.44 0.01 334.11 0.97 0.6
Hex FC 37 8C 0 4E 2C 1 14E 61 3C
Octal 374 67 214 0 116 54 1 516 141 74
Binary 11111100 110111 10001100 0 1001110 101100 1 101001110 1100001 111100

Color Harmonies of #FC378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC378C

Black with #FC378C

Text Example


Text Example

White with #FC378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC378C; }

 p { color: rgb(252,55,140); }

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

background-color css

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

 a { background-color: rgb(252,55,140); }

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

border-color css

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

 span { border-color: rgb(252,55,140); }

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