Html Css Color HEX #FC41A2 Wild Strawberry

📋 copy color: '#FC41A2'

red 252 ◦ green 65 ◦ blue 162

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

Shades of Wild Strawberry #FC41A2

Tints of Wild Strawberry #FC41A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.82%

R = 52.61%
G = 13.57%
B = 33.82%

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

#FC41A2 (or 0xFC41A2) is known color: Wild Strawberry. HEX triplet: FC, 41 and A2. RGB value is (252,65,162). Sum of RGB (Red+Green+Blue) = 252+65+162=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC41A2 is #03BE5D. Grayscale: #838383. Windows color (decimal): -245342 or 10633724. OLE color: 10633724.

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

Color convert

RGB 252 65 162 -
CMYK 0 0.74 0.36 0.01
HSL 328.88º 0.97% 0.62% -
HSV(B) 328.88º 0.74% 0.99% -
XYZ 48.56 27.08 36.85 -
YUV 131.97 144.95 213.61 -
System Red Green Blue C M Y K H S L
Decimal 252 65 162 0 0.74 0.36 0.01 328.88 0.97 0.62
Hex FC 41 A2 0 4A 24 1 149 61 3E
Octal 374 101 242 0 112 44 1 511 141 76
Binary 11111100 1000001 10100010 0 1001010 100100 1 101001001 1100001 111110

Color Harmonies of #FC41A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC41A2

Black with #FC41A2

Text Example


Text Example

White with #FC41A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC41A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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