Html Css Color HEX #FC43A1 Wild Strawberry

📋 copy color: '#FC43A1'

red 252 ◦ green 67 ◦ blue 161

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

Shades of Wild Strawberry #FC43A1

Tints of Wild Strawberry #FC43A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.54%

R = 52.5%
G = 13.96%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC43A1 (or 0xFC43A1) is known color: Wild Strawberry. HEX triplet: FC, 43 and A1. RGB value is (252,67,161). Sum of RGB (Red+Green+Blue) = 252+67+161=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC43A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC43A1 is #03BC5E. Grayscale: #848484. Windows color (decimal): -244831 or 10568700. OLE color: 10568700.

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

Color convert

RGB 252 67 161 -
CMYK 0 0.73 0.36 0.01
HSL 329.51º 0.97% 0.63% -
HSV(B) 329.51º 0.73% 0.99% -
XYZ 48.59 27.28 36.42 -
YUV 133.03 143.79 212.86 -
System Red Green Blue C M Y K H S L
Decimal 252 67 161 0 0.73 0.36 0.01 329.51 0.97 0.63
Hex FC 43 A1 0 49 24 1 14A 61 3F
Octal 374 103 241 0 111 44 1 512 141 77
Binary 11111100 1000011 10100001 0 1001001 100100 1 101001010 1100001 111111

Color Harmonies of #FC43A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC43A1

Black with #FC43A1

Text Example


Text Example

White with #FC43A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC43A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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