Html Css Color HEX #FC41A3 Wild Strawberry

📋 copy color: '#FC41A3'

red 252 ◦ green 65 ◦ blue 163

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

Shades of Wild Strawberry #FC41A3

Tints of Wild Strawberry #FC41A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.96%

R = 52.5%
G = 13.54%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC41A3 (or 0xFC41A3) is known color: Wild Strawberry. HEX triplet: FC, 41 and A3. RGB value is (252,65,163). Sum of RGB (Red+Green+Blue) = 252+65+163=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC41A3 is #03BE5C. Grayscale: #838383. Windows color (decimal): -245341 or 10699260. OLE color: 10699260.

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

Color convert

RGB 252 65 163 -
CMYK 0 0.74 0.35 0.01
HSL 328.56º 0.97% 0.62% -
HSV(B) 328.56º 0.74% 0.99% -
XYZ 48.65 27.12 37.32 -
YUV 132.09 145.45 213.53 -
System Red Green Blue C M Y K H S L
Decimal 252 65 163 0 0.74 0.35 0.01 328.56 0.97 0.62
Hex FC 41 A3 0 4A 23 1 149 61 3E
Octal 374 101 243 0 112 43 1 511 141 76
Binary 11111100 1000001 10100011 0 1001010 100011 1 101001001 1100001 111110

Color Harmonies of #FC41A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC41A3

Black with #FC41A3

Text Example


Text Example

White with #FC41A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC41A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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