Html Css Color HEX #FC38A3 Wild Strawberry

📋 copy color: '#FC38A3'

red 252 ◦ green 56 ◦ blue 163

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

Shades of Wild Strawberry #FC38A3

Tints of Wild Strawberry #FC38A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.61%

R = 53.5%
G = 11.89%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC38A3 (or 0xFC38A3) is known color: Wild Strawberry. HEX triplet: FC, 38 and A3. RGB value is (252,56,163). Sum of RGB (Red+Green+Blue) = 252+56+163=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC38A3 is #03C75C. Grayscale: #7E7E7E. Windows color (decimal): -247645 or 10696956. OLE color: 10696956.

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

Color convert

RGB 252 56 163 -
CMYK 0 0.78 0.35 0.01
HSL 327.24º 0.97% 0.6% -
HSV(B) 327.24º 0.78% 0.99% -
XYZ 48.17 26.17 37.16 -
YUV 126.8 148.43 217.3 -
System Red Green Blue C M Y K H S L
Decimal 252 56 163 0 0.78 0.35 0.01 327.24 0.97 0.6
Hex FC 38 A3 0 4E 23 1 147 61 3C
Octal 374 70 243 0 116 43 1 507 141 74
Binary 11111100 111000 10100011 0 1001110 100011 1 101000111 1100001 111100

Color Harmonies of #FC38A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38A3

Black with #FC38A3

Text Example


Text Example

White with #FC38A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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