Html Css Color HEX #FC3F9E Wild Strawberry

📋 copy color: '#FC3F9E'

red 252 ◦ green 63 ◦ blue 158

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

Shades of Wild Strawberry #FC3F9E

Tints of Wild Strawberry #FC3F9E

RGB

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

 GREEN value IS 63 (25% from 255) = 13.32%

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

R = 53.28%
G = 13.32%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC3F9E (or 0xFC3F9E) is known color: Wild Strawberry. HEX triplet: FC, 3F and 9E. RGB value is (252,63,158). Sum of RGB (Red+Green+Blue) = 252+63+158=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3F9E is #03C061. Grayscale: #828282. Windows color (decimal): -245858 or 10371068. OLE color: 10371068.

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

Color convert

RGB 252 63 158 -
CMYK 0 0.75 0.37 0.01
HSL 329.84º 0.97% 0.62% -
HSV(B) 329.84º 0.75% 0.99% -
XYZ 48.09 26.72 34.97 -
YUV 130.34 143.62 214.78 -
System Red Green Blue C M Y K H S L
Decimal 252 63 158 0 0.75 0.37 0.01 329.84 0.97 0.62
Hex FC 3F 9E 0 4B 25 1 14A 61 3E
Octal 374 77 236 0 113 45 1 512 141 76
Binary 11111100 111111 10011110 0 1001011 100101 1 101001010 1100001 111110

Color Harmonies of #FC3F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3F9E

Black with #FC3F9E

Text Example


Text Example

White with #FC3F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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