Html Css Color HEX #FC3699 Wild Strawberry

📋 copy color: '#FC3699'

red 252 ◦ green 54 ◦ blue 153

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

Shades of Wild Strawberry #FC3699

Tints of Wild Strawberry #FC3699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.76%

 BLUE value IS 153 (60.16% from 255) = 33.33%

R = 54.9%
G = 11.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC3699 (or 0xFC3699) is known color: Wild Strawberry. HEX triplet: FC, 36 and 99. RGB value is (252,54,153). Sum of RGB (Red+Green+Blue) = 252+54+153=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3699 is #03C966. Grayscale: #7C7C7C. Windows color (decimal): -248167 or 10041084. OLE color: 10041084.

HSL color Cylindrical-coordinate representation of color #FC3699: hue angle of 330º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC3699 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 54 153 -
CMYK 0 0.79 0.39 0.01
HSL 330º 0.97% 0.6% -
HSV(B) 330º 0.79% 0.99% -
XYZ 47.21 25.63 32.6 -
YUV 124.49 144.1 218.95 -
System Red Green Blue C M Y K H S L
Decimal 252 54 153 0 0.79 0.39 0.01 330 0.97 0.6
Hex FC 36 99 0 4F 27 1 14A 61 3C
Octal 374 66 231 0 117 47 1 512 141 74
Binary 11111100 110110 10011001 0 1001111 100111 1 101001010 1100001 111100

Color Harmonies of #FC3699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3699

Black with #FC3699

Text Example


Text Example

White with #FC3699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3699; }

 p { color: rgb(252,54,153); }

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

background-color css

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

 a { background-color: rgb(252,54,153); }

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

border-color css

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

 span { border-color: rgb(252,54,153); }

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