Html Css Color HEX #FC40A4 Wild Strawberry

📋 copy color: '#FC40A4'

red 252 ◦ green 64 ◦ blue 164

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

Shades of Wild Strawberry #FC40A4

Tints of Wild Strawberry #FC40A4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.33%

 BLUE value IS 164 (64.45% from 255) = 34.17%

R = 52.5%
G = 13.33%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC40A4 (or 0xFC40A4) is known color: Wild Strawberry. HEX triplet: FC, 40 and A4. RGB value is (252,64,164). Sum of RGB (Red+Green+Blue) = 252+64+164=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC40A4 is #03BF5B. Grayscale: #838383. Windows color (decimal): -245596 or 10764540. OLE color: 10764540.

HSL color Cylindrical-coordinate representation of color #FC40A4: hue angle of 328.09º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC40A4 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 64 164 -
CMYK 0 0.75 0.35 0.01
HSL 328.09º 0.97% 0.62% -
HSV(B) 328.09º 0.75% 0.99% -
XYZ 48.68 27.04 37.78 -
YUV 131.61 146.28 213.87 -
System Red Green Blue C M Y K H S L
Decimal 252 64 164 0 0.75 0.35 0.01 328.09 0.97 0.62
Hex FC 40 A4 0 4B 23 1 148 61 3E
Octal 374 100 244 0 113 43 1 510 141 76
Binary 11111100 1000000 10100100 0 1001011 100011 1 101001000 1100001 111110

Color Harmonies of #FC40A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40A4

Black with #FC40A4

Text Example


Text Example

White with #FC40A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40A4; }

 p { color: rgb(252,64,164); }

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

background-color css

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

 a { background-color: rgb(252,64,164); }

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

border-color css

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

 span { border-color: rgb(252,64,164); }

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