Html Css Color HEX #FC3398 Wild Strawberry

📋 copy color: '#FC3398'

red 252 ◦ green 51 ◦ blue 152

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

Shades of Wild Strawberry #FC3398

Tints of Wild Strawberry #FC3398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.41%

R = 55.38%
G = 11.21%
B = 33.41%

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

#FC3398 (or 0xFC3398) is known color: Wild Strawberry. HEX triplet: FC, 33 and 98. RGB value is (252,51,152). Sum of RGB (Red+Green+Blue) = 252+51+152=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3398 is #03CC67. Grayscale: #7A7A7A. Windows color (decimal): -248936 or 9974780. OLE color: 9974780.

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

Color convert

RGB 252 51 152 -
CMYK 0 0.80 0.40 0.01
HSL 329.85º 0.97% 0.59% -
HSV(B) 329.85º 0.8% 0.99% -
XYZ 47 25.33 32.12 -
YUV 122.61 144.59 220.29 -
System Red Green Blue C M Y K H S L
Decimal 252 51 152 0 0.80 0.40 0.01 329.85 0.97 0.59
Hex FC 33 98 0 50 28 1 14A 61 3B
Octal 374 63 230 0 120 50 1 512 141 73
Binary 11111100 110011 10011000 0 1010000 101000 1 101001010 1100001 111011

Color Harmonies of #FC3398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3398

Black with #FC3398

Text Example


Text Example

White with #FC3398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3398; }

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

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

background-color css

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

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

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

border-color css

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

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

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