Html Css Color HEX #FC43A0 Wild Strawberry

📋 copy color: '#FC43A0'

red 252 ◦ green 67 ◦ blue 160

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

Shades of Wild Strawberry #FC43A0

Tints of Wild Strawberry #FC43A0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.99%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 52.61%
G = 13.99%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC43A0 (or 0xFC43A0) is known color: Wild Strawberry. HEX triplet: FC, 43 and A0. RGB value is (252,67,160). Sum of RGB (Red+Green+Blue) = 252+67+160=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC43A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC43A0 is #03BC5F. Grayscale: #848484. Windows color (decimal): -244832 or 10503164. OLE color: 10503164.

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

Color convert

RGB 252 67 160 -
CMYK 0 0.73 0.37 0.01
HSL 329.84º 0.97% 0.63% -
HSV(B) 329.84º 0.73% 0.99% -
XYZ 48.5 27.25 35.96 -
YUV 132.92 143.29 212.94 -
System Red Green Blue C M Y K H S L
Decimal 252 67 160 0 0.73 0.37 0.01 329.84 0.97 0.63
Hex FC 43 A0 0 49 25 1 14A 61 3F
Octal 374 103 240 0 111 45 1 512 141 77
Binary 11111100 1000011 10100000 0 1001001 100101 1 101001010 1100001 111111

Color Harmonies of #FC43A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC43A0

Black with #FC43A0

Text Example


Text Example

White with #FC43A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC43A0; }

 p { color: rgb(252,67,160); }

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

background-color css

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

 a { background-color: rgb(252,67,160); }

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

border-color css

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

 span { border-color: rgb(252,67,160); }

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