Html Css Color HEX #FC368D Wild Strawberry

📋 copy color: '#FC368D'

red 252 ◦ green 54 ◦ blue 141

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

Shades of Wild Strawberry #FC368D

Tints of Wild Strawberry #FC368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 56.38%
G = 12.08%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC368D (or 0xFC368D) is known color: Wild Strawberry. HEX triplet: FC, 36 and 8D. RGB value is (252,54,141). Sum of RGB (Red+Green+Blue) = 252+54+141=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC368D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC368D is #03C972. Grayscale: #7A7A7A. Windows color (decimal): -248179 or 9254652. OLE color: 9254652.

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

Color convert

RGB 252 54 141 -
CMYK 0 0.79 0.44 0.01
HSL 333.64º 0.97% 0.6% -
HSV(B) 333.64º 0.79% 0.99% -
XYZ 46.27 25.26 27.64 -
YUV 123.12 138.1 219.93 -
System Red Green Blue C M Y K H S L
Decimal 252 54 141 0 0.79 0.44 0.01 333.64 0.97 0.6
Hex FC 36 8D 0 4F 2C 1 14E 61 3C
Octal 374 66 215 0 117 54 1 516 141 74
Binary 11111100 110110 10001101 0 1001111 101100 1 101001110 1100001 111100

Color Harmonies of #FC368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC368D

Black with #FC368D

Text Example


Text Example

White with #FC368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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