Html Css Color HEX #FC388F Wild Strawberry

📋 copy color: '#FC388F'

red 252 ◦ green 56 ◦ blue 143

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

Shades of Wild Strawberry #FC388F

Tints of Wild Strawberry #FC388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.42%

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 55.88%
G = 12.42%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC388F (or 0xFC388F) is known color: Wild Strawberry. HEX triplet: FC, 38 and 8F. RGB value is (252,56,143). Sum of RGB (Red+Green+Blue) = 252+56+143=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC388F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC388F is #03C770. Grayscale: #7C7C7C. Windows color (decimal): -247665 or 9386236. OLE color: 9386236.

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

Color convert

RGB 252 56 143 -
CMYK 0 0.78 0.43 0.01
HSL 333.37º 0.97% 0.6% -
HSV(B) 333.37º 0.78% 0.99% -
XYZ 46.52 25.51 28.46 -
YUV 124.52 138.43 218.93 -
System Red Green Blue C M Y K H S L
Decimal 252 56 143 0 0.78 0.43 0.01 333.37 0.97 0.6
Hex FC 38 8F 0 4E 2B 1 14D 61 3C
Octal 374 70 217 0 116 53 1 515 141 74
Binary 11111100 111000 10001111 0 1001110 101011 1 101001101 1100001 111100

Color Harmonies of #FC388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC388F

Black with #FC388F

Text Example


Text Example

White with #FC388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC388F; }

 p { color: rgb(252,56,143); }

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

background-color css

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

 a { background-color: rgb(252,56,143); }

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

border-color css

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

 span { border-color: rgb(252,56,143); }

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