Html Css Color HEX #FC4199 Wild Strawberry

📋 copy color: '#FC4199'

red 252 ◦ green 65 ◦ blue 153

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

Shades of Wild Strawberry #FC4199

Tints of Wild Strawberry #FC4199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.83%

 BLUE value IS 153 (60.16% from 255) = 32.55%

R = 53.62%
G = 13.83%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC4199 (or 0xFC4199) is known color: Wild Strawberry. HEX triplet: FC, 41 and 99. RGB value is (252,65,153). Sum of RGB (Red+Green+Blue) = 252+65+153=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4199 is #03BE66. Grayscale: #828282. Windows color (decimal): -245351 or 10043900. OLE color: 10043900.

HSL color Cylindrical-coordinate representation of color #FC4199: hue angle of 331.76º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC4199 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 65 153 -
CMYK 0 0.74 0.39 0.01
HSL 331.76º 0.97% 0.62% -
HSV(B) 331.76º 0.74% 0.99% -
XYZ 47.78 26.78 32.79 -
YUV 130.95 140.45 214.34 -
System Red Green Blue C M Y K H S L
Decimal 252 65 153 0 0.74 0.39 0.01 331.76 0.97 0.62
Hex FC 41 99 0 4A 27 1 14C 61 3E
Octal 374 101 231 0 112 47 1 514 141 76
Binary 11111100 1000001 10011001 0 1001010 100111 1 101001100 1100001 111110

Color Harmonies of #FC4199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4199

Black with #FC4199

Text Example


Text Example

White with #FC4199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4199; }

 p { color: rgb(252,65,153); }

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

background-color css

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

 a { background-color: rgb(252,65,153); }

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

border-color css

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

 span { border-color: rgb(252,65,153); }

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