Html Css Color HEX #FC339B Wild Strawberry

📋 copy color: '#FC339B'

red 252 ◦ green 51 ◦ blue 155

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

Shades of Wild Strawberry #FC339B

Tints of Wild Strawberry #FC339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.84%

R = 55.02%
G = 11.14%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC339B (or 0xFC339B) is known color: Wild Strawberry. HEX triplet: FC, 33 and 9B. RGB value is (252,51,155). Sum of RGB (Red+Green+Blue) = 252+51+155=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC339B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC339B is #03CC64. Grayscale: #7A7A7A. Windows color (decimal): -248933 or 10171388. OLE color: 10171388.

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

Color convert

RGB 252 51 155 -
CMYK 0 0.80 0.38 0.01
HSL 328.96º 0.97% 0.59% -
HSV(B) 328.96º 0.8% 0.99% -
XYZ 47.25 25.43 33.43 -
YUV 122.96 146.09 220.04 -
System Red Green Blue C M Y K H S L
Decimal 252 51 155 0 0.80 0.38 0.01 328.96 0.97 0.59
Hex FC 33 9B 0 50 26 1 149 61 3B
Octal 374 63 233 0 120 46 1 511 141 73
Binary 11111100 110011 10011011 0 1010000 100110 1 101001001 1100001 111011

Color Harmonies of #FC339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC339B

Black with #FC339B

Text Example


Text Example

White with #FC339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC339B; }

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

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

background-color css

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

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

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

border-color css

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

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

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