Html Css Color HEX #FC449C Wild Strawberry

📋 copy color: '#FC449C'

red 252 ◦ green 68 ◦ blue 156

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

Shades of Wild Strawberry #FC449C

Tints of Wild Strawberry #FC449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.29%

 BLUE value IS 156 (61.33% from 255) = 32.77%

R = 52.94%
G = 14.29%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC449C (or 0xFC449C) is known color: Wild Strawberry. HEX triplet: FC, 44 and 9C. RGB value is (252,68,156). Sum of RGB (Red+Green+Blue) = 252+68+156=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC449C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC449C is #03BB63. Grayscale: #848484. Windows color (decimal): -244580 or 10241276. OLE color: 10241276.

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

Color convert

RGB 252 68 156 -
CMYK 0 0.73 0.38 0.01
HSL 331.3º 0.97% 0.63% -
HSV(B) 331.3º 0.73% 0.99% -
XYZ 48.21 27.23 34.17 -
YUV 133.05 140.96 212.84 -
System Red Green Blue C M Y K H S L
Decimal 252 68 156 0 0.73 0.38 0.01 331.3 0.97 0.63
Hex FC 44 9C 0 49 26 1 14B 61 3F
Octal 374 104 234 0 111 46 1 513 141 77
Binary 11111100 1000100 10011100 0 1001001 100110 1 101001011 1100001 111111

Color Harmonies of #FC449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC449C

Black with #FC449C

Text Example


Text Example

White with #FC449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC449C; }

 p { color: rgb(252,68,156); }

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

background-color css

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

 a { background-color: rgb(252,68,156); }

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

border-color css

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

 span { border-color: rgb(252,68,156); }

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