Html Css Color HEX #FC3397 Wild Strawberry

📋 copy color: '#FC3397'

red 252 ◦ green 51 ◦ blue 151

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

Shades of Wild Strawberry #FC3397

Tints of Wild Strawberry #FC3397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.26%

R = 55.51%
G = 11.23%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC3397 (or 0xFC3397) is known color: Wild Strawberry. HEX triplet: FC, 33 and 97. RGB value is (252,51,151). Sum of RGB (Red+Green+Blue) = 252+51+151=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3397 is #03CC68. Grayscale: #7A7A7A. Windows color (decimal): -248937 or 9909244. OLE color: 9909244.

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

Color convert

RGB 252 51 151 -
CMYK 0 0.80 0.40 0.01
HSL 330.15º 0.97% 0.59% -
HSV(B) 330.15º 0.8% 0.99% -
XYZ 46.91 25.3 31.69 -
YUV 122.5 144.09 220.37 -
System Red Green Blue C M Y K H S L
Decimal 252 51 151 0 0.80 0.40 0.01 330.15 0.97 0.59
Hex FC 33 97 0 50 28 1 14A 61 3B
Octal 374 63 227 0 120 50 1 512 141 73
Binary 11111100 110011 10010111 0 1010000 101000 1 101001010 1100001 111011

Color Harmonies of #FC3397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3397

Black with #FC3397

Text Example


Text Example

White with #FC3397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3397; }

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

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

background-color css

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

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

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

border-color css

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

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

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