Html Css Color HEX #FC449D Wild Strawberry

📋 copy color: '#FC449D'

red 252 ◦ green 68 ◦ blue 157

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

Shades of Wild Strawberry #FC449D

Tints of Wild Strawberry #FC449D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.91%

R = 52.83%
G = 14.26%
B = 32.91%

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

#FC449D (or 0xFC449D) is known color: Wild Strawberry. HEX triplet: FC, 44 and 9D. RGB value is (252,68,157). Sum of RGB (Red+Green+Blue) = 252+68+157=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC449D is #03BB62. Grayscale: #848484. Windows color (decimal): -244579 or 10306812. OLE color: 10306812.

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

Color convert

RGB 252 68 157 -
CMYK 0 0.73 0.38 0.01
HSL 330.98º 0.97% 0.63% -
HSV(B) 330.98º 0.73% 0.99% -
XYZ 48.3 27.26 34.62 -
YUV 133.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 252 68 157 0 0.73 0.38 0.01 330.98 0.97 0.63
Hex FC 44 9D 0 49 26 1 14B 61 3F
Octal 374 104 235 0 111 46 1 513 141 77
Binary 11111100 1000100 10011101 0 1001001 100110 1 101001011 1100001 111111

Color Harmonies of #FC449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC449D

Black with #FC449D

Text Example


Text Example

White with #FC449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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