Html Css Color HEX #FC339A Wild Strawberry

📋 copy color: '#FC339A'

red 252 ◦ green 51 ◦ blue 154

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

Shades of Wild Strawberry #FC339A

Tints of Wild Strawberry #FC339A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.7%

R = 55.14%
G = 11.16%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC339A (or 0xFC339A) is known color: Wild Strawberry. HEX triplet: FC, 33 and 9A. RGB value is (252,51,154). Sum of RGB (Red+Green+Blue) = 252+51+154=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC339A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC339A is #03CC65. Grayscale: #7A7A7A. Windows color (decimal): -248934 or 10105852. OLE color: 10105852.

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

Color convert

RGB 252 51 154 -
CMYK 0 0.80 0.39 0.01
HSL 329.25º 0.97% 0.59% -
HSV(B) 329.25º 0.8% 0.99% -
XYZ 47.16 25.4 32.99 -
YUV 122.84 145.59 220.12 -
System Red Green Blue C M Y K H S L
Decimal 252 51 154 0 0.80 0.39 0.01 329.25 0.97 0.59
Hex FC 33 9A 0 50 27 1 149 61 3B
Octal 374 63 232 0 120 47 1 511 141 73
Binary 11111100 110011 10011010 0 1010000 100111 1 101001001 1100001 111011

Color Harmonies of #FC339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC339A

Black with #FC339A

Text Example


Text Example

White with #FC339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC339A; }

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

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

background-color css

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

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

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

border-color css

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

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

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