Html Css Color HEX #FC42A1 Wild Strawberry

📋 copy color: '#FC42A1'

red 252 ◦ green 66 ◦ blue 161

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

Shades of Wild Strawberry #FC42A1

Tints of Wild Strawberry #FC42A1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.78%

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

R = 52.61%
G = 13.78%
B = 33.61%

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

#FC42A1 (or 0xFC42A1) is known color: Wild Strawberry. HEX triplet: FC, 42 and A1. RGB value is (252,66,161). Sum of RGB (Red+Green+Blue) = 252+66+161=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC42A1 is #03BD5E. Grayscale: #848484. Windows color (decimal): -245087 or 10568444. OLE color: 10568444.

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

Color convert

RGB 252 66 161 -
CMYK 0 0.74 0.36 0.01
HSL 329.35º 0.97% 0.62% -
HSV(B) 329.35º 0.74% 0.99% -
XYZ 48.53 27.17 36.4 -
YUV 132.44 144.12 213.28 -
System Red Green Blue C M Y K H S L
Decimal 252 66 161 0 0.74 0.36 0.01 329.35 0.97 0.62
Hex FC 42 A1 0 4A 24 1 149 61 3E
Octal 374 102 241 0 112 44 1 511 141 76
Binary 11111100 1000010 10100001 0 1001010 100100 1 101001001 1100001 111110

Color Harmonies of #FC42A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42A1

Black with #FC42A1

Text Example


Text Example

White with #FC42A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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