Html Css Color HEX #FC378F Wild Strawberry

📋 copy color: '#FC378F'

red 252 ◦ green 55 ◦ blue 143

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

Shades of Wild Strawberry #FC378F

Tints of Wild Strawberry #FC378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.78%

R = 56%
G = 12.22%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC378F (or 0xFC378F) is known color: Wild Strawberry. HEX triplet: FC, 37 and 8F. RGB value is (252,55,143). Sum of RGB (Red+Green+Blue) = 252+55+143=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC378F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC378F is #03C870. Grayscale: #7B7B7B. Windows color (decimal): -247921 or 9385980. OLE color: 9385980.

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

Color convert

RGB 252 55 143 -
CMYK 0 0.78 0.43 0.01
HSL 333.2º 0.97% 0.6% -
HSV(B) 333.2º 0.78% 0.99% -
XYZ 46.47 25.41 28.44 -
YUV 123.94 138.77 219.34 -
System Red Green Blue C M Y K H S L
Decimal 252 55 143 0 0.78 0.43 0.01 333.2 0.97 0.6
Hex FC 37 8F 0 4E 2B 1 14D 61 3C
Octal 374 67 217 0 116 53 1 515 141 74
Binary 11111100 110111 10001111 0 1001110 101011 1 101001101 1100001 111100

Color Harmonies of #FC378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC378F

Black with #FC378F

Text Example


Text Example

White with #FC378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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