Html Css Color HEX #FC38A0 Wild Strawberry

📋 copy color: '#FC38A0'

red 252 ◦ green 56 ◦ blue 160

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

Shades of Wild Strawberry #FC38A0

Tints of Wild Strawberry #FC38A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.19%

R = 53.85%
G = 11.97%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC38A0 (or 0xFC38A0) is known color: Wild Strawberry. HEX triplet: FC, 38 and A0. RGB value is (252,56,160). Sum of RGB (Red+Green+Blue) = 252+56+160=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC38A0 is #03C75F. Grayscale: #7E7E7E. Windows color (decimal): -247648 or 10500348. OLE color: 10500348.

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

Color convert

RGB 252 56 160 -
CMYK 0 0.78 0.37 0.01
HSL 328.16º 0.97% 0.6% -
HSV(B) 328.16º 0.78% 0.99% -
XYZ 47.9 26.06 35.76 -
YUV 126.46 146.93 217.54 -
System Red Green Blue C M Y K H S L
Decimal 252 56 160 0 0.78 0.37 0.01 328.16 0.97 0.6
Hex FC 38 A0 0 4E 25 1 148 61 3C
Octal 374 70 240 0 116 45 1 510 141 74
Binary 11111100 111000 10100000 0 1001110 100101 1 101001000 1100001 111100

Color Harmonies of #FC38A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38A0

Black with #FC38A0

Text Example


Text Example

White with #FC38A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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