Html Css Color HEX #FC3690 Wild Strawberry

📋 copy color: '#FC3690'

red 252 ◦ green 54 ◦ blue 144

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

Shades of Wild Strawberry #FC3690

Tints of Wild Strawberry #FC3690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32%

R = 56%
G = 12%
B = 32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC3690 (or 0xFC3690) is known color: Wild Strawberry. HEX triplet: FC, 36 and 90. RGB value is (252,54,144). Sum of RGB (Red+Green+Blue) = 252+54+144=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3690 is #03C96F. Grayscale: #7B7B7B. Windows color (decimal): -248176 or 9451260. OLE color: 9451260.

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

Color convert

RGB 252 54 144 -
CMYK 0 0.79 0.43 0.01
HSL 332.73º 0.97% 0.6% -
HSV(B) 332.73º 0.79% 0.99% -
XYZ 46.5 25.35 28.83 -
YUV 123.46 139.6 219.68 -
System Red Green Blue C M Y K H S L
Decimal 252 54 144 0 0.79 0.43 0.01 332.73 0.97 0.6
Hex FC 36 90 0 4F 2B 1 14D 61 3C
Octal 374 66 220 0 117 53 1 515 141 74
Binary 11111100 110110 10010000 0 1001111 101011 1 101001101 1100001 111100

Color Harmonies of #FC3690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3690

Black with #FC3690

Text Example


Text Example

White with #FC3690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3690; }

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

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

background-color css

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

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

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

border-color css

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

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

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