Html Css Color HEX #FC4096 Wild Strawberry

📋 copy color: '#FC4096'

red 252 ◦ green 64 ◦ blue 150

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

Shades of Wild Strawberry #FC4096

Tints of Wild Strawberry #FC4096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 54.08%
G = 13.73%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC4096 (or 0xFC4096) is known color: Wild Strawberry. HEX triplet: FC, 40 and 96. RGB value is (252,64,150). Sum of RGB (Red+Green+Blue) = 252+64+150=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4096 is #03BF69. Grayscale: #818181. Windows color (decimal): -245610 or 9847036. OLE color: 9847036.

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

Color convert

RGB 252 64 150 -
CMYK 0 0.75 0.40 0.01
HSL 332.55º 0.97% 0.62% -
HSV(B) 332.55º 0.75% 0.99% -
XYZ 47.48 26.56 31.48 -
YUV 130.02 139.28 215.01 -
System Red Green Blue C M Y K H S L
Decimal 252 64 150 0 0.75 0.40 0.01 332.55 0.97 0.62
Hex FC 40 96 0 4B 28 1 14D 61 3E
Octal 374 100 226 0 113 50 1 515 141 76
Binary 11111100 1000000 10010110 0 1001011 101000 1 101001101 1100001 111110

Color Harmonies of #FC4096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4096

Black with #FC4096

Text Example


Text Example

White with #FC4096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4096; }

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

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

background-color css

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

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

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

border-color css

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

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

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