Html Css Color HEX #FC369E Wild Strawberry

📋 copy color: '#FC369E'

red 252 ◦ green 54 ◦ blue 158

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

Shades of Wild Strawberry #FC369E

Tints of Wild Strawberry #FC369E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.05%

R = 54.31%
G = 11.64%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC369E (or 0xFC369E) is known color: Wild Strawberry. HEX triplet: FC, 36 and 9E. RGB value is (252,54,158). Sum of RGB (Red+Green+Blue) = 252+54+158=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC369E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC369E is #03C961. Grayscale: #7C7C7C. Windows color (decimal): -248162 or 10368764. OLE color: 10368764.

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

Color convert

RGB 252 54 158 -
CMYK 0 0.79 0.37 0.01
HSL 328.48º 0.97% 0.6% -
HSV(B) 328.48º 0.79% 0.99% -
XYZ 47.64 25.8 34.82 -
YUV 125.06 146.6 218.54 -
System Red Green Blue C M Y K H S L
Decimal 252 54 158 0 0.79 0.37 0.01 328.48 0.97 0.6
Hex FC 36 9E 0 4F 25 1 148 61 3C
Octal 374 66 236 0 117 45 1 510 141 74
Binary 11111100 110110 10011110 0 1001111 100101 1 101001000 1100001 111100

Color Harmonies of #FC369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC369E

Black with #FC369E

Text Example


Text Example

White with #FC369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC369E; }

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

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

background-color css

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

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

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

border-color css

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

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

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