Html Css Color HEX #FC3390 Wild Strawberry

📋 copy color: '#FC3390'

red 252 ◦ green 51 ◦ blue 144

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

Shades of Wild Strawberry #FC3390

Tints of Wild Strawberry #FC3390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.21%

R = 56.38%
G = 11.41%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC3390 (or 0xFC3390) is known color: Wild Strawberry. HEX triplet: FC, 33 and 90. RGB value is (252,51,144). Sum of RGB (Red+Green+Blue) = 252+51+144=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3390 is #03CC6F. Grayscale: #797979. Windows color (decimal): -248944 or 9450492. OLE color: 9450492.

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

Color convert

RGB 252 51 144 -
CMYK 0 0.80 0.43 0.01
HSL 332.24º 0.97% 0.59% -
HSV(B) 332.24º 0.8% 0.99% -
XYZ 46.36 25.08 28.78 -
YUV 121.7 140.59 220.94 -
System Red Green Blue C M Y K H S L
Decimal 252 51 144 0 0.80 0.43 0.01 332.24 0.97 0.59
Hex FC 33 90 0 50 2B 1 14C 61 3B
Octal 374 63 220 0 120 53 1 514 141 73
Binary 11111100 110011 10010000 0 1010000 101011 1 101001100 1100001 111011

Color Harmonies of #FC3390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3390

Black with #FC3390

Text Example


Text Example

White with #FC3390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3390; }

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

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

background-color css

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

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

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

border-color css

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

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

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