Html Css Color HEX #FC379F Wild Strawberry

📋 copy color: '#FC379F'

red 252 ◦ green 55 ◦ blue 159

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

Shades of Wild Strawberry #FC379F

Tints of Wild Strawberry #FC379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 54.08%
G = 11.8%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC379F (or 0xFC379F) is known color: Wild Strawberry. HEX triplet: FC, 37 and 9F. RGB value is (252,55,159). Sum of RGB (Red+Green+Blue) = 252+55+159=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC379F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC379F is #03C860. Grayscale: #7D7D7D. Windows color (decimal): -247905 or 10434556. OLE color: 10434556.

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

Color convert

RGB 252 55 159 -
CMYK 0 0.78 0.37 0.01
HSL 328.32º 0.97% 0.6% -
HSV(B) 328.32º 0.78% 0.99% -
XYZ 47.77 25.93 35.29 -
YUV 125.76 146.77 218.04 -
System Red Green Blue C M Y K H S L
Decimal 252 55 159 0 0.78 0.37 0.01 328.32 0.97 0.6
Hex FC 37 9F 0 4E 25 1 148 61 3C
Octal 374 67 237 0 116 45 1 510 141 74
Binary 11111100 110111 10011111 0 1001110 100101 1 101001000 1100001 111100

Color Harmonies of #FC379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC379F

Black with #FC379F

Text Example


Text Example

White with #FC379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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