Html Css Color HEX #FC3392 Wild Strawberry

📋 copy color: '#FC3392'

red 252 ◦ green 51 ◦ blue 146

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

Shades of Wild Strawberry #FC3392

Tints of Wild Strawberry #FC3392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.36%

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 56.12%
G = 11.36%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC3392 (or 0xFC3392) is known color: Wild Strawberry. HEX triplet: FC, 33 and 92. RGB value is (252,51,146). Sum of RGB (Red+Green+Blue) = 252+51+146=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3392 is #03CC6D. Grayscale: #797979. Windows color (decimal): -248942 or 9581564. OLE color: 9581564.

HSL color Cylindrical-coordinate representation of color #FC3392: hue angle of 331.64º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC3392 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 51 146 -
CMYK 0 0.80 0.42 0.01
HSL 331.64º 0.97% 0.59% -
HSV(B) 331.64º 0.8% 0.99% -
XYZ 46.52 25.14 29.59 -
YUV 121.93 141.59 220.78 -
System Red Green Blue C M Y K H S L
Decimal 252 51 146 0 0.80 0.42 0.01 331.64 0.97 0.59
Hex FC 33 92 0 50 2A 1 14C 61 3B
Octal 374 63 222 0 120 52 1 514 141 73
Binary 11111100 110011 10010010 0 1010000 101010 1 101001100 1100001 111011

Color Harmonies of #FC3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3392

Black with #FC3392

Text Example


Text Example

White with #FC3392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3392; }

 p { color: rgb(252,51,146); }

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

background-color css

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

 a { background-color: rgb(252,51,146); }

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

border-color css

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

 span { border-color: rgb(252,51,146); }

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