Html Css Color HEX #FC41A1 Wild Strawberry

📋 copy color: '#FC41A1'

red 252 ◦ green 65 ◦ blue 161

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

Shades of Wild Strawberry #FC41A1

Tints of Wild Strawberry #FC41A1

RGB

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

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

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

R = 52.72%
G = 13.6%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC41A1 (or 0xFC41A1) is known color: Wild Strawberry. HEX triplet: FC, 41 and A1. RGB value is (252,65,161). Sum of RGB (Red+Green+Blue) = 252+65+161=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC41A1 is #03BE5E. Grayscale: #838383. Windows color (decimal): -245343 or 10568188. OLE color: 10568188.

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

Color convert

RGB 252 65 161 -
CMYK 0 0.74 0.36 0.01
HSL 329.2º 0.97% 0.62% -
HSV(B) 329.2º 0.74% 0.99% -
XYZ 48.47 27.05 36.38 -
YUV 131.86 144.45 213.69 -
System Red Green Blue C M Y K H S L
Decimal 252 65 161 0 0.74 0.36 0.01 329.2 0.97 0.62
Hex FC 41 A1 0 4A 24 1 149 61 3E
Octal 374 101 241 0 112 44 1 511 141 76
Binary 11111100 1000001 10100001 0 1001010 100100 1 101001001 1100001 111110

Color Harmonies of #FC41A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC41A1

Black with #FC41A1

Text Example


Text Example

White with #FC41A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC41A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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